Is there a way to skip the anim of the first string, and then start with backspacing?
highvoltaged opened this issue · 2 comments
highvoltaged commented
I'd like to skip the first round of typing anim, and already start with the first string fully displayed.
Is it possible?
Thanks
mattboldt commented
Yep! The text already in the element will get backspaced. Demo: https://jsfiddle.net/4bt8g9wa/1/
highvoltaged commented
Awesome! Thanks very much!