Sensitive Text
Interactive text that subtly compresses or stretches characters based on cursor proximity.
HOVER ME
Installation
npx shadcn@latest add https://scrollxui.dev/registry/sensitive-text.json Usage
import SensitiveText from "@/components/ui/sensitive-text"; <SensitiveText
variant="compress"
maxStretch={0.3}
sensitivity={0.6}
easing={12}
className="md:text-6xl text-4xl font-black text-black dark:text-white"
>
HOVER ME
</SensitiveText>Examples
Stretch
HOVER ME
API Reference
Sensitive Text
Interactive text that subtly compresses or stretches characters based on cursor proximity.