Components
Loading preview...
This component animates each letter of "Animations" sequentially using a staggered effect based on its index. Clicking the button resets the state to replay the animation.
@m.kumailalirajpoot
npx shadcn@latest add https://21st.dev/r/m.kumailalirajpoot/text-reveal-animationimport { TextReveal } from "@/components/ui/text-reveal-animation";
export default function DemoOne() {
return <TextReveal />;
}