Animations
TypewriterEffect
Types out a string character-by-character with a blinking cursor, mimicking a terminal or live narration.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | — | The string to type out. |
| speed | number | 50 | Delay in ms between each character. |
| onComplete | () => void | — | Callback fired when typing finishes. |
| className | string | — | Additional CSS class names. |