I may be missing something, but how do you stop and animation once it starts?
How do I reset the animation to it's initial state after animationView?.pause().
Call .pause on the LOTAnimationView object.
animationView?.pause()
Most helpful comment
How do I reset the animation to it's initial state after animationView?.pause().