react-type-animation
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "react-type-animation", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Customizable React typing animation component based on typical.", | ||
@@ -5,0 +5,0 @@ "author": "max37", |
@@ -28,5 +28,5 @@ # react-type-animation | ||
1000, // Waits 1s | ||
'Two', // Deletes 'One' and types 'Two | ||
'Two', // Deletes 'One' and types 'Two' | ||
2000, // Waits 2s | ||
'Two Three', // Types 'Three' without deleiting 'Two' | ||
'Two Three', // Types 'Three' without deleting 'Two' | ||
() => { | ||
@@ -33,0 +33,0 @@ console.log('Done typing!'); // Place optional callbacks anywhere in the array |