Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { SvgRippleEffect } from "@/components/eldoraui/svg-ripple-effect"<SvgRippleEffect
transition={{
duration: 0.75,
repeat: Infinity,
repeatDelay: 1.25,
}}
fade={["top", "bottom"]}
/>| Prop | Type | Default | Description |
|---|---|---|---|
transition | object | { duration: 0.75, repeat: Infinity, repeatDelay: 1.25 } | Animation transition configuration with duration, repeat count, and delay |
fade | ('top' | 'bottom')[] | [] | Array of fade directions to apply gradient overlays |