Text AnimateA text animation component that animates text using a variety of different animations.textanimation PreviewCodeBlur in by characterBlur in by characterCopyimport { TextAnimate } from "@/components/vritti/text-animate"; export function TextAnimateExample() { return ( <div className="flex items-center justify-center p-8"> <TextAnimate animation="blurInUp" by="character" once> Blur in by character </TextAnimate> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-animate"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy