Typewriter Text
Text Effects
An animated typing effect that cycles through strings, typing and deleting characters with a blinking cursor.
Loading preview...
Customize
Typing Speed (ms)80
Deleting Speed (ms)50
Pause (ms)1500
Cursor Color
#E84E2D
Props
| Prop | Type | Default | Description |
|---|---|---|---|
strings | string[] | — | Array of strings to cycle through. |
typingSpeed | number | 80 | Milliseconds per character when typing. |
deletingSpeed | number | 50 | Milliseconds per character when deleting. |
pauseDuration | number | 1500 | Pause duration in ms after finishing a string. |
className | string | '' | Additional CSS classes. |
cursorColor | string | 'var(--color-ignite)' | Color of the blinking cursor. |