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 to wait in between each char type | 100 |
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 |