airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.58k stars 2.87k forks source link

Bodymovin/Duik bassel, frame flicker #2285

Open Zionerisimo opened 4 years ago

Zionerisimo commented 4 years ago

MacOs Catalina. 10.15.3

Rigged/animated a character with Duik Bassel. Animation looks fine when previewing. But when testing in https://lottiefiles.com/preview the arm flips/jumps over in some frames.

I've found a similar thread here with something similar:

https://github.com/airbnb/lottie-web/issues/2276

Unfortunately, i can't find that in my json file. Maybe i'm doing something wrong.

Thanks in advance for any help.

Here's my files:

Personajes-02-Web.aep.zip data.json.zip

bodymovin commented 4 years ago

Hi, can you try setting anim.setSubframe(false); when loading the animation? Not sure how to do it in LottieFiles, but that should solve the issue.