Lottie-web: Bodymovin and Duik bassel layer bug

Created on 21 Aug 2020  路  2Comments  路  Source: airbnb/lottie-web

Tell us about your environment:
Mac OS Mojave 10.14.6

  • Browser and Browser Version:
    safari, firefox, chrome...

  • After Effects Version: 2019

  • Bodymovin version : 5.7.1

Hello !

When exporting my character animation (walking cycle with duik bassel) with BodyMovin, some layers of my character jump, blink, flash ...

I am attaching you the JS file, it will be more meaningful, and the AE file.

I have tried all the different Bodymovin export settings with no results. There are always one or two layers that bug ...

walkcycle.json.zip
walkcycle test.aep.zip

hope you will have a solution. A big thank you in advance !

Most helpful comment

Hi, this is due to subframe interpolations.
try calling anim.setSubframe(false); on the animation instance and it should get solved.

All 2 comments

Hi, this is due to subframe interpolations.
try calling anim.setSubframe(false); on the animation instance and it should get solved.

Niiiice ! it works great ! thank you very much !!! <3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leantide picture leantide  路  3Comments

Sandok-voc picture Sandok-voc  路  4Comments

dulllud picture dulllud  路  3Comments

phileastv picture phileastv  路  3Comments

DannyK123456 picture DannyK123456  路  3Comments