airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.76k stars 3.75k forks source link

Lottie animation freezes whole app on 4.4.0/4.4.1 (works fine on 4.3.1) #2330

Closed MariuszWisniewski closed 5 months ago

MariuszWisniewski commented 8 months ago

After migrating from Lottie 4.3.1 to 4.4.1 (and 4.4.0), we experience Lottie animations freezing whole app.

Which Version of Lottie are you using?

Lottie 4.4.1 (same behavior confirmed on 4.4.0)

Expected Behavior

(video from 4.3.1)

supergithuber commented 7 months ago

Same issue as you. The block stack of main thread is, https://github.com/airbnb/lottie-ios/issues/2343

MariuszWisniewski commented 7 months ago

@calda Would you maybe have any hints into what we could look into to resolve it? Is there anything we can try to work on inside Lottie library, or can it be more an issue with the animation itself (judging by the debug log)?

faizan-ahsan-brainx commented 5 months ago

You can try to use version 3.5.0 extensive animations work just fine on this version

calda commented 5 months ago

This was fixed by https://github.com/airbnb/lottie-ios/pull/2381.

MariuszWisniewski commented 5 months ago

Thank you @calda for closing it 🙏