mattboldt/typed.js

Is there a way to skip the anim of the first string, and then start with backspacing?

highvoltaged opened this issue · 2 comments

I'd like to skip the first round of typing anim, and already start with the first string fully displayed.
Is it possible?

Thanks

Yep! The text already in the element will get backspaced. Demo: https://jsfiddle.net/4bt8g9wa/1/

Awesome! Thanks very much!