airbnb / lottie-android

Render After Effects animations natively on Android and iOS, Web, and React Native
http://airbnb.io/lottie/
Apache License 2.0
35.02k stars 5.41k forks source link

Can't play lottie animation with only basic elements properly #2257

Closed yinmengixn closed 1 year ago

yinmengixn commented 1 year ago

Barely playable,My playback effect is like this https://youtube.com/shorts/E-yYF1oRaNw?feature=share

lottie-android version:6.0.0

This is the exported json file bg_new.json.zip

The ideal effect is like this https://youtube.com/shorts/QdIOCYy7bAs

gpeal commented 1 year ago

Your animation has expressions which Lottie doesn't support on Android.

https://github.com/airbnb/lottie/blob/master/supported-features.md

yinmengixn commented 1 year ago

Your animation has expressions which Lottie doesn't support on Android.

https://github.com/airbnb/lottie/blob/master/supported-features.md

Will these expressions be supported in the future?

yinmengixn commented 1 year ago

May I ask which specific expression is not supported

Your animation has expressions which Lottie doesn't support on Android.

https://github.com/airbnb/lottie/blob/master/supported-features.md

May I ask which specific expression is not supported

gpeal commented 1 year ago

All expressions are not supported and there are no plans to add support. Expressions are javascript which cannot natively run on Android so there isn't currently a good path to get them working.