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

Animation misses parts on iOS only #2220

Closed ilazakis closed 1 year ago

ilazakis commented 1 year ago

Which Version of Lottie are you using?

Lottie 4.3.3

Expected Behavior

Lottie JSON files to animate same on iOS as it does on web.

Actual Behavior

The animations seem to be missing some parts (an "eye" in this case).

Animation JSON

Listing two examples chatbot-falling-asleep.json chatbot-sorry.json

calda commented 1 year ago

Thanks for the report, here's a fix: https://github.com/airbnb/lottie-ios/pull/2221

ilazakis commented 1 year ago

Thanks for looking into this so quickly, and for such a quick resolution @calda 🙏