Hi Everyone,
I’m designing my first website.
I saw this animation and want it in my store. As I’m scrolling up. A new image is coming up with text other info.
How to do this ? https://themes.shopify.com/themes/reformation/styles/glamour/preview
A user is building their first Shopify website and wants to implement a scrolling animation effect where images and text appear dynamically as users scroll down the page.
Recommended Solution:
Implementation Steps:
data-aos attributes to HTML elements that should animate (e.g., data-aos="fade-up")Key Considerations:
Hi Everyone,
I’m designing my first website.
I saw this animation and want it in my store. As I’m scrolling up. A new image is coming up with text other info.
How to do this ? https://themes.shopify.com/themes/reformation/styles/glamour/preview
Hi @Farmmedix
To create the scrolling animation effect, where new images and text appear as you scroll, you’ll need to add parallax scrolling or scroll-triggered animations to your Shopify store. Shopify’s theme editor and liquid code support basic animations, but for a custom effect like this, you may need to modify the theme code and possibly use a JavaScript library like ScrollReveal.js or AOS (Animate On Scroll).
Download the AOS library from AOS GitHub or use the following links to include it directly:
Initialize AOS in your JavaScript by adding this code inside a
Add data-aos attributes to the HTML elements you want to animate. For example, to make an image and text fade in as you scroll:
html
Copy code
Your text here
Using this method, you can create the same scroll-triggered animations where images and text appear dynamically as the user scrolls. Just be sure to test across different devices to ensure it looks smooth and performs well.
Best regards,
Daisy