Animated Text

display

Text with typewriter, fade-in, or word-reveal animation effects.

Preview

No preview available

Check the code examples below.

Installation

npm install @launchapp/design-system
Import
import { AnimatedText } from "@launchapp/design-system";

Examples

Typewriter effect

<AnimatedText text="Building great products starts here." variant="typewriter" />

Props

PropTypeDefaultDescription
text*
stringText content to animate.
variant
"typewriter" | "fade" | "word-reveal""typewriter"Animation style.
delay
numberStart delay in milliseconds.