Vertical Cut RevealText reveal animation with vertical cut effect, supporting word, character, and line-level splittingtextrevealanimationstaggersplit PreviewCodeVertical Cut RevealVertical Cut RevealCopyimport VerticalCutReveal from "@/components/vritti/vertical-cut-reveal" export function VerticalCutRevealExample() { return ( <div className="flex flex-col items-center justify-center gap-8 p-8"> <VerticalCutReveal splitBy="characters" staggerDuration={0.04} containerClassName="text-4xl font-bold" > Vertical Cut Reveal </VerticalCutReveal> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/vertical-cut-reveal"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy