jstejada / react-typist

Typing animations with React
https://jstejada.github.io/react-typist/
Other
1.4k stars 124 forks source link

Is there a way to customize the Backspace speed? #52

Open fabianwindbacher opened 6 years ago

fabianwindbacher commented 6 years ago

Is there a way to customize how fast the Backspace Component deletes the text? I want to only change the speed of the backspacing, not the typing-speed.

smuckert commented 6 years ago

I'm also wondering.

ryee-dev commented 6 years ago

I'm curious as well...

jstejada commented 6 years ago

Not currently! I'll look into adding it. Happy to take a PR too

MiguelArmendariz commented 5 years ago

Actually I didn't add the said script on the docs (because I didn't understand it :P) but this way I managed to create my own animation for the cursor with css, where I can handle the speed.