I\'m using wow.js, and it works fine, except the animations all happen immediately after the page load, and not when they are scrolled to. I followed the docs, but can\'t fi
Had same problem. was using class="wow bounceInUp"
class="wow bounceInUp"
Then I tried class="wow bounceInUp animated"
class="wow bounceInUp animated"
And it worked
EDIT: in the end, it didn't work. It worked at first but then stopped. Even bigger mystery :S