react-type-animation
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "react-type-animation", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "React typing animation based on typical.", | ||
@@ -5,0 +5,0 @@ "author": "max37", |
@@ -60,2 +60,2 @@ # react-type-animation | ||
If you would like the cursor to stop after a specific time, consider using a JSX styling library which lets you define CSS dynamically within your JSX Component, or simply replace `infnite` with a static finite number (like `2s`) inside your custom css file. | ||
If you would like the cursor to stop after a specific time, consider using a JSX styling library which lets you define CSS dynamically within your JSX Component, or simply replace `infinite` with a static finite number (like `2s`) inside your custom css file. |
26754