react-type-animation
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-type-animation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "⌨ React typing animation based on typical.", | ||
@@ -5,0 +5,0 @@ "author": "max37", |
@@ -35,3 +35,3 @@ # react-type-animation | ||
| `sequence` | yes | [] | `['One', 1000, 'Two']` | Animation steps: [Text, Delay] | | ||
| `repeat` | no | number | `5`,`Infinity` | Amount of animation repititions | | ||
| `repeat` | no | number | `5`,`Infinity` | Amount of animation repetitions | | ||
| `cursor` | no | boolean | `false`, `true` | Display blinking cursor in animation | |