react-typing-text-animation
Simple typing text animation in React component.
Install
Usage
API
Property | Type | Default | Required |
---|---|---|---|
text | string | "" | yes |
className | string | "" | no |
delay | number (ms) | 200 | no |
cursorDuration | string (css animation-duration value) | "1s" | no |
reverse | bool | false | no |
delayOnReverse | number (ms) | 50 | no |
brakeBeforeReverse | number (ms) | 2500 | no |
cursor | React Element | cursor component | no |