Letter Swap Pingpong AnimText animation that swaps letters with ping-pong effect on hover in/out.textanimationletterswaphoverpingpongtransform PreviewCodeHover MeHHoovveerr MMeeCopy"use client"; import LetterSwapPingPong from "@/components/vritti/letter-swap-pingpong-anim"; export function LetterSwapPingPongExample() { return ( <div className="w-full h-[400px] flex items-center justify-center"> <LetterSwapPingPong label="Hover Me" className="text-4xl font-bold cursor-pointer" staggerDuration={0.04} reverse /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/letter-swap-pingpong-anim"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy