Does animate.css support animation on scroll

227 Views Asked by At

I am using Animate.css on webpage and i was wondering if animate.css supports animation when user scrolls down the page. I came across wow.js but that seems to be very old script i was wondering if animate.css has build in support for scroll.

    <main class="animate__animated animate__fadeInLeft">
    <!-- Your code -->
  </main>

I was going through documentation of animate.css but i didnt find anything related to this

0

There are 0 best solutions below