File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ You can make use of the following properties in order to customize your typing e
8585| backDelay | Number | time before backspacing in milliseconds | ` :backDelay="100" ` |
8686| fadeOut | Boolean | Fade out instead of backspace | ` :fadeOut="true" ` |
8787| fadeOutClass | String | css class for fade animation | ` :fadeOutClass="'fadeOutClass'" ` |
88- | fadeOutDelay | Boolean | fade out delay in milliseconds | ` :fadeOutDelay="true " ` |
88+ | fadeOutDelay | Number | fade out delay in milliseconds | ` :fadeOutDelay="500 " ` |
8989| loop | Boolean | loop strings | ` :loop="true" ` |
9090| loopCount | Number | amount of loops | ` :loopCount="3" ` |
9191| showCursor | Boolean | show cursor | ` :showCursor="true" ` |
You can’t perform that action at this time.
0 commit comments