525

Typewriter

A Svelte transition and attachment that reveals text character by character.

Installation

Usage

Transition

Use as a transition on an element whose full text is already in the DOM; the transition progressively reveals it.

Attachment

For Svelte 5 attachments, use attachTypewriter so the effect applies when the node is mounted.

Options: speed (higher = faster), delay (ms before starting), and optional onComplete when the full string is visible.