Wednesday, 15 July 2015

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


It is possible to keep the wow classes on elements like divs and forms, which I have read, but so far I It's got to work only.

The code below works:

  & lt; Img src = 'blah.jpg' class = "wow fadeInUp" & gt;  

This code does not work:

  & lt; Div class = "wow fadeInUp" & gt;  

I have a valid CSS file and JS file loaded and have been sure to add the docetype HTML tag.

Am I missing something?


No comments:

Post a Comment