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.05k stars 5.41k forks source link

Animation works on the web but does not work on the phone #1161

Closed furkanscream closed 5 years ago

furkanscream commented 5 years ago

Hi, I made an animation using the Puppet Pin Tool with the Duik Bassel plugin, but after searching, I learned that Bodymovin did not support Puppet Pin Tool. I removed the Puppet Pins and used the Arm (or Front leg) Feature in Duik Bassel, I did my animation smoothly and I checked it on LottieFiles. However, my mobile app doesn't appear as it appears on the web. Where am I making a mistake?

Json File:

yeniJson.zip

After Effects File:

yeniAE.zip

After Effect preview

Screenshot_5

LottieFiles.com Preview:

https://lottiefiles.com/share/syAHvu

My Android Project:

Android XML:

<com.airbnb.lottie.LottieAnimationView android:id="@+id/animation_view" android:layout_width="match_parent" android:layout_height="wrap_content" app:lottie_autoPlay="true" app:lottie_enableMergePathsForKitKatAndAbove="true" app:lottie_fileName="yeni.json" app:lottie_loop="true" />

Video of the problem:

https://www.youtube.com/watch?v=NggsY5cGsN8&feature=youtu.be&fbclid=IwAR1lwyjW-JpUolV3roSbDouYIXaaSEYkjja8y4obj1AcBzVOzQ5eQSmn5ck

Lottie Android Application Errors:

53501946_312856142766769_6990826046161420288_n

gpeal commented 5 years ago

As indicated in the screenshot, Lottie Android doesn't support expressions. Feel free to refer to supported features for more info.

furkanscream commented 5 years ago

@gpeal Well, can't any character animation be played with Lottie using Duik Bassel?

gpeal commented 5 years ago

@furkanscream Yes, Lottie has some text support but if you animate it with expressions, the expressions will be ignored.