Underline Goes Out Comes InText underline animation that slides out then comes back in from the same direction.textunderlinehoveranimation PreviewCodeGoes out, comes in (left)Goes out, comes in (right)Copy"use client"; import GoesOutComesInUnderline from "@/components/vritti/underline-goes-out-comes-in"; export function UnderlineGoesOutComesInExample() { return ( <div className="w-full h-[400px] flex flex-col items-center justify-center gap-6"> <GoesOutComesInUnderline className="text-3xl font-semibold" direction="left"> Goes out, comes in (left) </GoesOutComesInUnderline> <GoesOutComesInUnderline className="text-xl" direction="right"> Goes out, comes in (right) </GoesOutComesInUnderline> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/underline-goes-out-comes-in"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy