You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible fix for this, would be to only apply that speed for the next x characters, where x is specified by props.count in the Backspace component. Otherwise, adding a Speed component after the Backspace is meant for this purpose.
Hi, @adamjking3. Thank you for this project. I'm using it on the new docs of https://github.com/diegohaz/reas
I'm trying to set different speeds for the typing and backspace, but it seems that backspace speed is overriding typist speed.
Reproduction: https://codesandbox.io/s/k25p7r924v
I was able to fix it with a workaround:
But it would be better if it worked out of the box.
The text was updated successfully, but these errors were encountered: