Variable Font Hover By LetterAnimate variable font settings letter by letter on hover with stagger effect.textvariable-fonthoveranimationstagger PreviewCodeVariable FontVariable FontCopy"use client"; import VariableFontHoverByLetter from "@/components/vritti/variable-font-hover-by-letter"; export function VariableFontHoverByLetterExample() { return ( <div className="w-full h-[400px] flex items-center justify-center"> <VariableFontHoverByLetter label="Variable Font" fromFontVariationSettings="'wght' 400, 'slnt' 0" toFontVariationSettings="'wght' 900, 'slnt' -10" className="text-4xl cursor-pointer" staggerDuration={0.03} staggerFrom="first" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/variable-font-hover-by-letter"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy