Scramble InText reveal animation with scrambled characters that progressively resolve.textanimationscramblereveal PreviewCodeHello, World!Copy"use client"; import ScrambleIn from "@/components/vritti/scramble-in"; export function ScrambleInExample() { return ( <div className="w-full h-[400px] flex items-center justify-center"> <div className="text-4xl font-mono font-bold"> <ScrambleIn text="Hello, World!" scrambleSpeed={50} scrambledLetterCount={3} className="text-foreground" scrambledClassName="text-foreground/40" autoStart /> </div> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/scramble-in"Copy