0
https://jsfiddle.net/x1mmgryw/2/
Follow the example above that I created, from a page animation driven by Hover css http://ianlunn.github.io/Hover/.
But animation only works if the mouse is on top of the element.
I would like to activate ('Startar') this animation via jQuery (without needing the Hover) to have more control of the animation (Start/Stop), so I tried to use addClass() w3schools http://www.w3schools.com/jquery/jquery_css_classes.asp and to stop removeClass().
But the animation not 'Starta' when I click on the button, it’s just adding the class, can anyone tell me what I’m doing wrong in the code? Grateful