Designer News
Where the design community meets.
over 7 years ago from Erik Terwan, Full stack developer.
It's free! :P
Try scrolling up & down, wow.js just triggers the animations once. And wow.js minified is 8.22 KB while ScrollTrigger minified is 1.4 KB
Big up
Is there an option trigger them just once?
Not yet but i'm interested in this myself, so this might be a feature in the future ;)
I would love to see this as an option too.
I recently added this option, just use the 'once' option in the data-scroll tag! Releasing v0.2 today with more legible/concise syntax.
wow.js is positioned as the companion to animate.css, which is a collection of CSS animations (as opposed to transitions). It’s chiefly this reason that wow.js does not trigger animations more than once, since reversing CSS animations is an entirely different beast than removing a CSS class with transitions.
Can I use ScrollTrigger with Animate.css?
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Have you looked at wow.js? https://github.com/matthieua/WOW
If so how does this differ from that?