BlurFade
Progressively unveils content with a blur-out + fade-in animation when it enters the viewport. Stagger sections by passing a delay.
Installation
dotnet add package Lumeo.Motion
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <BlurFade />
When to Use
- Animate hero sections, feature cards, or media into view as the user scrolls.
- Stagger related elements by incrementing
DelayMsacross siblings for a cascade effect. - Use
Once="false"to re-animate elements every time they re-enter the viewport.
First
Second
Third
Heavy blur, slow fade — great for modal-like reveals.
Subtle blur, fast fade — good for inline content updates.
Animates every time it enters the viewport
DelayMs: 200 ms
BlurAmount: 8 px
Hello, Lumeo!
BlurFade in action
Adjust delay and blur amount, then hit Replay to re-trigger the animation.
API Reference
BlurFade
Related Components
- BorderBeam — Animated gradient border beam that highlights premium or featured cards.
- Sparkles — Decorative sparkle particle animation for badges and headings.
- Motion — Overview of all motion primitives in Lumeo.