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.
anim.goToAndStop(1, true);
anim.goToAndStop(0, true);Demo. https://codepen.io/osublake/pen/7d77b22979f7debed85f694ccf09f8ae
Source: airbnb/lottie-web