Wave Text
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
text | string | "" | The text to animate |
className | string? | "" | Additional classes for styling the container |
speed | "slow" / "normal" / "fast" | "normal" | The speed of the wave animation (slow, normal, fast) |
delay | number? | 0 | The delay before the animation starts (in seconds) |
color | string? | "text-blue-500" | The color of the text |
amplitude | "small" / "medium" / "large" | "medium" | The amplitude of the wave (small, medium, large) |