Installation
pnpm dlx shadcn@latest add @spell/blur-revealExamples
Speed
Usage
import { BlurReveal } from "@/components/blur-reveal";<BlurReveal>Hello, World!</BlurReveal>Props
| Prop | Type | Default |
|---|---|---|
children | string | - |
className | string | - |
delay | number | 0 |
speedReveal | number | 1.5 |
speedSegment | number | 0.5 |
trigger | boolean | true |
onAnimationComplete | () => void | - |
onAnimationStart | () => void | - |
as | keyof JSX.IntrinsicElements | p |
style | React.CSSProperties | - |
inView | boolean | false |