Follow the example above that I created, from an animation hover css-driven link .
But the animation only works if the mouse is on top of the element.
I would like to start this animation via jQuery (without hovering) to get more control of the animation (Start / Stop), so I tried using addClass () w3schools link and to give the 'stop' the removeClass ().
But the animation does not 'Starta' when I click the button, it's just adding the class, can someone tell me what I'm doing wrong in the code? Thankful