I have solution to fix iOS animation not run in MAUI. it's ok for me #176
EarnSaranya
started this conversation in
Show and tell
Replies: 1 comment
-
Yes, This Solution is Good for me ^_^ |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
when I use this code in .xaml
<skia:SKLottieView
IsAnimationEnabled="true"
RepeatCount="10"
RepeatMode="Reverse"
Source="dotnetbot.json"
HeightRequest="400"
WidthRequest="400" />
but I try this
<skia:SKLottieView
IsAnimationEnabled="{Binding SmartAnimationEnable}"
and in viewModel. I set SmartAnimationEnable = false;
in Controller OnAppearing I set SmartAnimationEnable = true ;
it's RUN ^_^.
maybe this solution will can help someone
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions