Components
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.
npx shadcn@latest add https://21st.dev/r/m.kumailalirajpoot/text-reveal-animationLoading preview...
import { TextReveal } from "@/components/ui/text-reveal-animation";
export default function DemoOne() {
return <TextReveal />;
}