Blur In Text
Text emerges from a soft blur into crystal clarity. Perfect for hero headlines and section reveals that demand attention with an elegant, cinematic feel.
Letter by Letter
Each letter emerges from blur individually for a dramatic effect.
Word by Word
Words reveal one at a time for a more readable, impactful entrance.
Scroll Triggered
Animation triggers when the text scrolls into view.
Installation
npm install framer-motionpnpm install framer-motionyarn add framer-motionbun add framer-motionProps
| Prop | Type | Default |
|---|---|---|
text? | string | required |
blurAmount? | number | 10 |
duration? | number | 0.8 |
delay? | number | 0 |
stagger? | number | 0.05 |
direction? | 'in' | 'out' | 'in' |
split? | 'letter' | 'word' | 'none' | 'letter' |
trigger? | 'mount' | 'inView' | 'hover' | 'mount' |
yOffset? | number | 20 |
className? | string | '' |
Examples
// Dramatic blur with slow reveal
<BlurInText
text="Welcome"
blurAmount={20}
duration={1.5}
stagger={0.1}
/>
// Quick word reveal
<BlurInText
text="Fast and Clean"
split="word"
duration={0.5}
stagger={0.2}
/>
// Blur out effect
<BlurInText
text="Goodbye"
direction="out"
trigger="hover"
/>Text AnimationsNew
Explore a variety of engaging text animations to enhance your web projects. From fuzzy static effects
Circular Text
Circular text animations create a circular text effect that continuously rotates. This engaging animation can be used to draw attention to important content or add visual interest to your design.
