Skip to main content
Participant
June 16, 2022
Question

Slidercontrol doesn’t export properly in json file

  • June 16, 2022
  • 1 reply
  • 122 views

Hi,

 

I am experiencing difficulties with my animation I created in after effects. It’s a very simple animation and it just has 3 numbers with a slidercontrol effect on them. It works perfectly in AE but when I want to export my animation in Bodymovin to create a json file, something goes wrong. When i double check the json file export in Lottie, the slidercontrol effects are non existent. The numbers just stay on '0'. When i export in AE - Bodymovin I have already included these extra properties:
- Assets --> include in json 
- Advanced export settings --> include non supported properties 

 

Normally this combination works for me but somehow it just doesn’t seem to work. Does anybody know what I am doing wrong?


Sincerely, 
Estelle

This topic has been closed for replies.

1 reply

Mylenium
Legend
June 16, 2022

Bodymovin has no way of converting AE expressions to native web JavaScript. this will never work. Whatever functionality you have in mind with your numbers has to be created natively in web code.

 

Mylenium