GitHub

Animated Text

llms.txt

Example

Usage

Animated handwriting text powered by tegaki . Text draws itself stroke by stroke.

		
<AnimatedText text="Hello world" font="caveat" style="font-size: 64px" />

Built-in fonts

Four handwriting fonts are bundled: caveat, italianno, tangerine, parisienne.

		
<AnimatedText text="Elegant script" font="parisienne" speed={1.5} />

Controlled progress

Drive the animation yourself by binding progress (0 → 1):

		
<AnimatedText text="Scrub me" mode="controlled" progress={0.5} />

API Reference

AnimatedText

Animated handwriting text. Any font draws itself stroke by stroke, powered by tegaki.

Property
text
font
speed
loop
mode
progress