Scrambled Text

Interactive text scrambling effect on mouse proximity.

Move your mouse over this text to scramble it!

Usage

import ScrambledText from '@/components/bynanaui/scrambled-text'

<ScrambledText
    radius={100}
    duration={1.2}
    speed={0.5}
    scrambleChars=".:!@#$%^&*()"
    className="text-2xl font-mono"
>
    Move your mouse over this text to scramble it!
</ScrambledText>

Props

PropTypeDefaultDescription
radiusnumber100Mouse proximity radius
durationnumber1.2Animation duration
speednumber0.5Scramble speed
scrambleCharsstring-Characters to use for scrambling
classNamestring-Additional CSS classes
childrenReactNode-Text content