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
Here's the solution I found via a closed Github Issue: you can add this to your CSS:
.wow { visibility: hidden; }
WOW will then toggle it to visible when starting the animation.