I have been testing how to implement .JSON files using the methods of this post.
I manage to get the .JSON file works but if I use more slides and go back to the first one I noticed that the animation starts to get duplicated vertically. Is there any solution to this?
I ran into the same problem when using Lottie with Hype. Then I figured out that you can run Lottie “On Scene Load” as normal, and run a second Javascript function “On Scene Unload” with: lottie.destroy() That will stop Lottie from running on the Scene you went away from. If you go back to the scene, Lottie will run your “On Scene Load” function again.