Closed m-yeroshenko closed 11 months ago
Hello everyone!
I'm highlighting this critical issue with the .coreAnimation
rendering engine.
It's affecting our use of the Lottie library significantly, especially since we cannot access the animation's last frame.
If there's any known workaround or if the team is aware of this, it would be great to hear back. This issue is impacting our application's performance.
Thanks in advance for looking into it!
Thanks for the report! This one was pretty interesting: https://github.com/airbnb/lottie-ios/pull/2254
Hi everyone!
First of all, thanks for such a great library for dealing with animations. I am sorry to say that I'm having an issue when using the latest version
4.3.3
(actually, it is also present on4.3.0
).So, I have a few animation JSONs and have to control their progress with the
SwiftUI.Slider
view. When using the.mainThread
rendering engine everything is fine, but once I switch to the.coreAnimation
I cannot reach the animation's latest "frame".I would appreciate any help with this.
Which Version of Lottie are you using?
Lottie 4.3.3
.mainThread
behaviorhttps://github.com/airbnb/lottie-ios/assets/140485731/cd1dcb73-a5bf-49ee-8c88-bfa0c407c47f
.coreAnimation
behaviorhttps://github.com/airbnb/lottie-ios/assets/140485731/f12ceaf1-f7ad-4260-8488-99d150496abf
Animation JSON
animation.json
Code to reproduce the behavior