Questions tagged as 'animate.css'

2
answers

How to remove and add a class in a single event?

See function rodarslider(){ (...) caption.classList.remove('sliderfect'); caption.classList.add('sliderfect'); (...) } The above function is the small stretch of the algorithm of a pure JS slider I'm doing. caption...
asked by 08.12.2014 / 18:22
1
answer

Problem in applying CSS animate

I'm trying to implement the Animate.css feature as shown in the documentation below. ANIMATE.CSS I am not able to implement this feature, I did it step by step and it did not work. I did not put the jquery import of the documentation,...
asked by 10.05.2018 / 12:19
1
answer

How to make animation occur several times

I have a project where I imported animate.css so the transitions would be funnier, but one of them only occurs to me once. var check = true; $(document).ready(function(){ $(".p2").hide(); $("button").click(function(){...
asked by 29.09.2017 / 13:08
1
answer

Mouseover and Mouseout with animate.css in use (wobble)

I can not make Animate.css wobble work as soon as my webpage loads, as I'm trying to make a mouseover / mouseout effect and it's not working. The object starts with the wobble fired, while doing the mouseover, this stops the wobble animate. When...
asked by 21.05.2018 / 17:05
1
answer

Using Animate.css with hover

DESCRIPTION: I'm trying to use Animate.css in my project, but I'm kind of lost, I do not understand anything by jQuerry. PROBLEM: GitHub does not work, I know that something is missing but I do not know how to proceed. I hav...
asked by 01.12.2014 / 21:59
2
answers

Animation zoomIn flashes with mouseenter

I'm using animate.css to zoom in on an image. The idea is that the animation works only with the hover / mouseenter, that is, when the user hover over it. When I use any animation other than zoomIn, it works normally; however, with the code belo...
asked by 14.07.2018 / 19:17
1
answer

Animation in Before Overwriting Text

I'm trying to make an animation in the :: before of a paragraph every time I move the mouse But this CSS is overwriting everything that is written in the paragraph, even though Before instead of After. p::before{ width:200px;...
asked by 16.04.2017 / 00:05
1
answer

Image is visible before the Animate.css and wow.js load

I have some animations using animate.css and wow.js , I put some delay through wow, but as soon as the site loads the images are already shown and then apply the animation, I do not want them to appear before the animation, if it ha...
asked by 29.09.2017 / 22:15