Lumeo

TypingAnimation

Renders text one character at a time with a configurable interval and optional blinking cursor.

When to Use

  • Hero headings that reveal themselves letter-by-letter for dramatic effect.
  • Terminal-style or command-line UIs.
  • Looping taglines — set Loop=true to restart after a pause.

API Reference

Property Type Default Description
Textstring""The full text to type out character by character.
IntervalMsint50Delay in ms between each character.
DelayMsint0Delay before the animation starts.
ShowCursorbooltrueShow a blinking cursor after the typed text.
Cursorstring"|"The cursor character.
LoopboolfalseWhen true, restarts the animation after the text is fully typed.
LoopPauseMsint1500Pause in ms after full text before restarting (Loop only).