AOS.js - How to disable just on initial page load

Viewed 8

Good Day. I like all the animation on all elements except <body tag. I believe the time is too long (500ms, maybe?) before the page scrolls up. Until everything loads and then the page scrolls up, there's just a blank page.

Suggestions?

    // aos scroll-animation Init
    AOS.init({
        duration: 50,
        once: true,
        delay: 50
    });

doesn't seem to make any difference.

0 Answers
Related