0

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

7
  • Consider stackoverflow.com/a/35312698/125981 Commented Sep 23, 2022 at 16:34
  • @MarkSchultheiss, it using wow.js which i have mentioned in my question i am looking for any direct support from animation.css for scroll Commented Sep 23, 2022 at 16:36
  • 140+ you might sift through stackoverflow.com/search?q=%5Banimate.css%5D+scroll Commented Sep 23, 2022 at 16:39
  • @MarkSchultheiss, I am using wow.js for now will search for any lightweight solution if possible, will check previous solution suggest but some of them are 10 year old.. Commented Sep 23, 2022 at 16:42
  • Yes, might click that "Newest" there on the search Commented Sep 23, 2022 at 16:44

1 Answer 1

0

Animate.css doesn't have built-in support for triggering animations on scroll. But, you can do this effect by combining it with a scroll event listener in js or use external libraries

Sign up to request clarification or add additional context in comments.

1 Comment

Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.