Hello! Today we will be adding animations to our website that activate when the user scrolls. Animations can help make your website look more unique!
AOS Library: https://michalsnik.github.io/aos/
Shopify Theme Editor JavaScript reload code:
{% if request.design_mode %}
document.addEventListener("shopify:section:load", function(event) {
AOS.init();
});
{% endif %}
Download
0 formats
No download links available.
Animate On Scroll - Shopify Coding Tutorial | NatokHD