There are many reasons you'd want to stop an animation from running. TweenMax
provides ways to stop a tween of a specific element or every tween currently running, we are going to look at two of them, killTweensOf
and killAll
. This lesson walks you through stopping a tween by clicking on a specific element or stopping every tween and forcing them all to complete.