Fuzzy Text

Transition from one text to another with a fuzzy effect of alpha numerical characters.

Examples

Hover over the text to see the effect

Create amazing text with Aether UI effect

Animate the same text on hover

Hover over me!

Use it on buttons

Installation

npx shadcn@latest add "https://aetherui.in/c/fuzzy-text.json"

Component Props

You can use the FuzzyText component by passing the following props to it.

PropTypeDefaultDescription
textstring (Optional)Uses `orignal` text if not providedThe text to be displayed.
orignalstringThe original text to be displayed.
childrenReactNodeContent to be displayed.
classNamestringAdditional CSS classes for styling the component.
delaynumber (Optional)30The delay in milliseconds between each character change.