Skip to content
Animations

TypewriterEffect

Types out a string character-by-character with a blinking cursor, mimicking a terminal or live narration.

Preview:
1280px

Props

PropTypeDefaultDescription
textstringThe string to type out.
speednumber50Delay in ms between each character.
onComplete() => voidCallback fired when typing finishes.
classNamestringAdditional CSS class names.