Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#2319·lottie-web

Paused animation does not render

Author: OSUblakeCreated Oct 9, 2020Updated Jul 2, 2026

Trying to understand why this animation will not render if it's paused. I have to manually force the frames to get it to render.

javascript
anim.goToAndStop(1, true);
anim.goToAndStop(0, true);

Demo. https://codepen.io/osublake/pen/7d77b22979f7debed85f694ccf09f8ae

Source: airbnb/lottie-web

View original on GitHubView discussion on GitHub