Scrambled Text(021)
Proximity-based character scrambler dynamically distorting glyphs near the cursor.
Hover
Loading…
Installation
$npx kibo add scrambled-text
Usage
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
radius | number | 100 | Effect calculation radius in pixels from cursor position. |
duration | number | 1.2 | Duration of the animation in seconds or milliseconds. |
speed | number | 0.5 | Speed multiplier for the motion playback. |
scrambleChars | string | '.:!#@$%^&*()_+~|}{[]' | Controls the scramble chars for the component animation. |
className | string | '' | Additional CSS classes for styling and layout. |
style | React.CSSProperties | {} | Controls the style for the component animation. |
children | string | - | Child elements or content to render inside the component. |