A React typewriter animation based on typical with extended functionality and customization.
427
stars
24
forks
source link
Using preRenderFirstString and splitter together are incompatible if splitter splits words. #44
Open
omranjamal opened 1 year ago
The above code causes the library to not animate to the next string.
splitter={(text) => text.split("")}
works just fine though.preRenderFirstString={false}
then it also works just fine.