Animations/Animated Text

Animated Text

Reveal text one letter — or one word — at a time with staggered motion.


ajax-ui.com/animated-text

Installation

npx ajaxui add animated-text

Presets

ajax-ui.com/animated-text/presets

Animate by word

Props

PropTypeDefaultDescription
textstringText to animate.
by"letter" | "word""letter"Split granularity.
preset"fade-up" | "blur-in" | "slide-right" | "scale-in""fade-up"Entrance animation preset.
staggernumber40Delay in ms between elements.
durationnumber500Duration per element in ms.
loopbooleanfalseRe-trigger the sequence on a loop.
asHTMLElement"span"Polymorphic root element.