Adding AOS scrolling animation to WordPress

Add aos.scss to sass/assets folder and import in child-theme.scss

Add aos.js to src/js/

Add path to gulpfile.js

Add AOS.init to custom-javascript.js:

AOS.init({
delay: 150, // values from 0 to 3000, with step 50ms
duration: 1000,
mirror: true
});

Leave a Reply

Your email address will not be published. Required fields are marked *