airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.49k stars 2.87k forks source link

Issue with deleting animation (In middle frame) #2491

Open ajinkyakambe opened 3 years ago

ajinkyakambe commented 3 years ago

Is there any way I can destroy an animation on the particular frame?

Like I want to keep track of animation using onEnterFrame event and say I get frame number 23, now I want to stop that animation instance and destroy it.

Is it possible?

Currently, I am getting

Uncaught TypeError: this._cbs is null

bodymovin commented 3 years ago

hi, did you try removing your listener before destroying the instance?