Scrollx Type AnimationTypewriter text animation cycling through words with gradient coloringtexttypewriteranimationtypinggradientscroll PreviewCodeWelcome to|Copyimport { ScrollxTypeAnimation } from "@/components/vritti/scrollx-type-animation"; export function ScrollxTypeAnimationExample() { return ( <div className="flex flex-col items-center gap-6 p-8"> <h2 className="text-3xl font-bold"> Welcome to <ScrollxTypeAnimation words={[" the future", " innovation", " the Internet"]} typingSpeed={60} deletingSpeed={40} pauseDuration={1500} className="ml-1" /> </h2> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/scrollx-type-animation"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy