Text Animation
A collection of text animations with customizable speed and font style.
Playful Animations
Installation
Install dependencies
Add util file
lib/utils.ts
Copy the source code
components/ui/text-animations.tsx
Props
Prop | Type | Default | Description |
---|---|---|---|
text* | string[] | - | An array of text strings to animate |
speed | 'slow' | 'normal' | 'medium' | 'fast' | 'normal' | The speed of the animation |
fontStyle | string | 'font-mono' | The font style of the text |