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

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -