Text Reveal
Reveals text word by word with opacity animation.
Preview
Customize
Installation & Usage
tsx
import { TextReveal } from "@/components/ui/text-reveal"
export function TextRevealDemo() {
return (
<TextReveal text="Motion driven experiences that delight your users." duration={0.5} />
)
}