javascript - Wow.js Working on Images But Not Other Elements -


from i've read, should possible place wow classes on elements divs , forms, far i've gotten work on img tags.

the below code works:

<img src='blah.jpg' class="wow fadeinup"> 

this code not work:

<div class="wow fadeinup"> 

i have proper css file , js file loaded , have made sure add doctype html tag.

is there i'm missing?


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -