Overview
The Progressive Blur component creates a layered backdrop blur effect that gradually increases in intensity in a chosen direction. It’s perfect for creating depth, focus, and visual separation in your UI.Usage
Props
Direction in which the blur progressively increases.
Number of blur layers used to create the progressive effect.
Blur strength multiplier per layer (in pixels).
Optional class applied to the wrapper container.
This component also accepts all valid
motion-v props for a div.Credits
- Ported from Motion Primitives Progressive Blur
- Powered by
motion-v