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
After updating to 4.3.0 or higher, we noticed that our startup animation handles flip transitions incorrectly. Running git bisect against the example project leads us to believe this PR introduced the issue.
We are able to work around this issue by using main thread as the rendering engine.
Which Version of Lottie are you using?
Lottie 4.3.x
Expected Behavior
In 4.2.0 we see the animation rotate the B character up, then flip then rotate down.
Actual Behavior
In 4.3.x the x position of the B character changes during the flip transition
After updating to 4.3.0 or higher, we noticed that our startup animation handles flip transitions incorrectly. Running
git bisect
against the example project leads us to believe this PR introduced the issue.We are able to work around this issue by using main thread as the rendering engine.
Which Version of Lottie are you using?
Lottie 4.3.x
Expected Behavior
In 4.2.0 we see the animation rotate the B character up, then flip then rotate down.
Actual Behavior
In 4.3.x the x position of the B character changes during the flip transition
Animation JSON
0splash_logo_animation.json
The text was updated successfully, but these errors were encountered: