animate.css

How to make animation occur several times

I have a project in which I imported animate.css so that the transitions were funnier, but one of them only occurs to me once ... ode above, the animation is only done once and I wanted one p to be replaced by another as many times as I clicked on button

How to remove and add a class in one event?

See function rodarslider(){ (...) caption.classList.remove('sliderfect'); caption.classList.add('sliderfect' ... in one event with each click. If it was not clear I made this mini version of my script http://jsfiddle.net/hnnv8u1c/6 /

ZoomIn animation gets flashing with mouseenter

I'm using animate.css to zoom in on an image. The idea is that the animation only works with hover / mouseenter, that is, whe ... var mv = $(this); mv.removeClass('animated zoomIn'); }); }); </script>