Skip to content

Scroll Animations

Scroll Animations add engaging visual effects as customers scroll through your store.

Navigate to Theme Settings > Scroll Animations:

SettingDefaultDescription
EnableONAnimate elements on scroll
Default TypeFade UpDefault animation style
Duration600msAnimation duration (200-2000ms)
Enable ParallaxONBackground depth movement
Parallax Intensity30Movement amount (0-100)
  • Fade Up — Element fades in while moving up
  • Fade Down — Element fades in while moving down
  • Fade Left/Right — Element fades in from the side
  • Zoom In — Element scales up while fading in

Add the data-animate attribute to any element:

<div data-animate="fade-up">Content animates on scroll</div>

For staggered animations on groups:

<div data-animate-stagger>
<div>Item 1 animates first</div>
<div>Item 2 animates second</div>
</div>

Animations respect prefers-reduced-motion. Users who prefer reduced motion will see content appear instantly.

  • Use lower intensity (20-40) for a more premium feel
  • Don’t animate everything — focus on key elements
  • Test on mobile devices for smooth performance
  • Use slower durations (800-1000ms) for luxury aesthetics