A premium text animation component with multiple presets including blur, fade, slide, and scale effects.
string
union
text | word | character
word
boolean
true
number
0.3
0
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
Blur In Up
import { TextAnimate } from "@/components/ui/text-animate" export function TextAnimateDemo() { return ( <TextAnimate animation="blurInUp" by="character"> Blur In Up </TextAnimate> ) }