Text RollText roll hover effect with staggered character animations that reveal text from belowtextrollhoveranimationstaggernavigation PreviewCodeHelloHelloWorldWorldCopy"use client"; import TextRoll from "@/components/vritti/text-roll"; export function TextRollExample() { return ( <div className="flex flex-col items-center justify-center gap-4 p-8"> <TextRoll className="text-4xl font-extrabold uppercase tracking-tight"> Hello </TextRoll> <TextRoll center className="text-4xl font-extrabold uppercase tracking-tight"> World </TextRoll> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-roll"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy