Docs
/
animations

Animators

Pixar without the budget or talent. Watch this page, there's more opinionated animations coming soon.

animateText

Link Copied!

Animate text by wrapping each character in a span with a delay.

Zippy little utils for your JavaScript projects.

Result
animateText(text: string, options: { splitBy?: 'word' | 'character'; time?: number; unit?: 'ms' | 's'; class?: string } = {})