Random Letter Swap Pingpong AnimText animation that swaps letters in random order with ping-pong on hover in/out.textanimationletterswaprandompingpongtransform PreviewCodePing PongPPiinngg PPoonnggCopy"use client"; import RandomLetterSwapPingPong from "@/components/vritti/random-letter-swap-pingpong-anim"; export function RandomLetterSwapPingPongExample() { return ( <div className="w-full h-[400px] flex items-center justify-center"> <RandomLetterSwapPingPong label="Ping Pong" className="text-4xl font-bold cursor-pointer" staggerDuration={0.03} reverse /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/random-letter-swap-pingpong-anim"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy