HOVER ME!
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
children | string | Text content to animate | |
className | string | The class name to be applied to the component | |
duration | number | Duration of the animation in milliseconds | 800 |
delay | number | Delay before animation starts (in ms) | 0 |
as | React.ElementType | Component to render as | "div" |
startOnView | boolean | Start animation when component is in view | false |
animateOnHover | boolean | Enable hover animation | true |
characterSet | string[] | Custom character set for scramble effect | A-Z |