Questions tagged [bodymovin]

Bodymovin is an AfterEffects extension that exports animations to SVG or Canvas. Questions related to it should deal with implementation on the JavaScript/SVG/Canvas side, not about AfterEffects itself

Bodymovin is an AfterEffects extension that exports animations to SVG or Canvas. Questions related to it should deal with implementation on the JavaScript/SVG/Canvas side, not about AfterEffects itself. To report bugs inside of Bodymovin, create an issue on GitHub.

93 questions
0
votes
1 answer

Mouseover event with Bodymovin JS

I'm looking to add a mouseover event to an SVG that was exported from After Effects. I'd like the SVG to play on mouseover. So far, I've played around with the animation-play-state attribute but it hasn't worked. I've also tried using onmouseover in…
-2
votes
3 answers

Want to disable looping in lottie animation

I was wondering how I can run a Lottie animation only once since it is looping by default. Here is a link to the code I am trying to modify: https://docs.expo.io/versions/latest/sdk/lottie.html
Romo Islam
  • 9
  • 1
  • 2
-3
votes
2 answers

Bodymovin.js not working - animation is not rendering

I am trying to render after effects animations on browser using Bodymovin. I have tried the example from docs but it is not working. It is not displaying the animation. I am trying the example from docs