Blur Text

A text reveal effect that smoothly unblurs characters on scroll or load.

Installation

bash
npm install framer-motion

Usage

tsx
import BlurText from '@/components/ui/blur-text';

<BlurText
  text="Blur Text"
  delay={120}
  className=""
/>