Skip to content
Advertisement

wow.js and animate.css doesn’t work on wordpress theme

I added wow.min.js and initializing the WOW on the end of the body and animate.css on the header. But after adding the classes to elements, animation doesn’t appear.

I tried adding the CSS and js file via function.php but that didn’t work too.

body:

JavaScript

header:

JavaScript

enter image description here

Advertisement

Answer

After spending 2 days on the issue, I’ve found out that I should add animate__animated along with other class names to execute the animation. I don’t know if this is a new update on animate.css, but tutorials never mentioned this. Embedding the scripts was all fine.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement