• Erik TerwanErik Terwan, over 7 years ago (edited over 7 years ago )

    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

    5 points
    • Thompson GeorgeThompson George, over 7 years ago

      Big up

      0 points
    • Jared Pike, over 7 years ago

      Is there an option trigger them just once?

      2 points
    • Julian LloydJulian Lloyd, over 7 years ago

      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.

      1 point