Skip to content

Commit 3762495

Browse files
authored
Fix the error type of fadeOutClass property
1 parent c483c52 commit 3762495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"` |

0 commit comments

Comments
 (0)