Animations & Motion
Flag Wave
Characters animate in wave motion creating a flag-like undulation.
textanimationwaveflagundulation
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
text | string | UNDULATION | Text to display |
backgroundColor | string | bg-zinc-950 | Background color of the component |
textColor | string | text-blue-400 | Color of the text |
textSize | string | text-8xl | Size of the text |
waveAmplitude | number | 20 | Amplitude of the wave motion |
animationDuration | number | 1.5 | Animation duration in seconds |
delayMultiplier | number | 0.1 | Delay multiplier per character |
className | string | Additional CSS classes |