typed.js
typed.js copied to clipboard
Feature Request: Smart Backspacing also when looping from last to first string
In version 2.1.0, when smart backspacing is on, with these strings:
- one two three
- one two four
in loop mode, the cursor will backspace the word three and type the word four, but then the whole line is backspaced to start from scratch again, instead of just erasing four to continue with three.
Is there a way to ask for a feature request? an option to keep smart backspacing over to next looping iteration.
Thanks
Would also love this! My work around now is to duplicate my strings array so it's large enough where user's won't see the loop.
Let's make it :)