You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, set AnimationKeypath, for example, **.Opacity, to 0, to hide the animation.
There should be a way to recover the animation so that I can make a Lottie Animation based interactive page.
Actual Behavior
Actually there is no way to set it back to original status.
Set opacity to 100, animation freeze, no opacity animation at all, since it is set to a fixed value.
In previous version, there is a trick to achieve the 'Expected Behavior' , on LottieAnimationView, set the animation back to itself, animation will recover its original status. In new version, this trick doesn't work.
The text was updated successfully, but these errors were encountered:
Which Version of Lottie are you using?
Lottie 4.4.1
Expected Behavior
For example, set AnimationKeypath, for example, **.Opacity, to 0, to hide the animation.
There should be a way to recover the animation so that I can make a Lottie Animation based interactive page.
Actual Behavior
Actually there is no way to set it back to original status.
Set opacity to 100, animation freeze, no opacity animation at all, since it is set to a fixed value.
In previous version, there is a trick to achieve the 'Expected Behavior' , on LottieAnimationView, set the animation back to itself, animation will recover its original status. In new version, this trick doesn't work.
The text was updated successfully, but these errors were encountered: