Blur Text
A text reveal effect that smoothly unblurs characters on scroll or load.
Hello World!
Installation
bash
npm install framer-motionUsage
tsx
import BlurText from '@/components/ui/blur-text';
<BlurText
text="Blur Text"
delay={120}
className=""
/>