GitHub
Open Github

Blur Reveal

Animated text reveal with blur effect.

Installation

pnpm dlx shadcn@latest add @spell/blur-reveal

Examples

Speed

Usage

import { BlurReveal } from "@/components/blur-reveal";
<BlurReveal>Hello, World!</BlurReveal>

Props

PropTypeDefault
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