Components
Animated text where each character grows in scale as the cursor approaches, with a linear proximity falloff.
Loading preview...
import TextCursorProximityScale from "@/components/ui/m-text-cursor-proximity-1";
export default function Default() {
return (
<div className="flex min-h-[300px] w-full items-center justify-center">
<TextCursorProximityScale />
</div>
);
}