Blur Text

Text animation with blur effects that gradually come into focus.

Configuring your account...

Please wait while we prepare everything for you

Usage

import BlurText from '@/components/bynanaui/blur-text'

<BlurText
    text="Beautiful blur animation"
    className="text-2xl font-bold"
    delay={200}
    animateBy="words"
    direction="top"
/>

Props

PropTypeDefaultDescription
textstring-Text to animate
delaynumber200Animation delay
animateBystring"words"Animate by words or characters
directionstring"top"Animation direction
classNamestring-Additional CSS classes