luisvinicius167 / ityped

Dead simple Javascript animated typing, with no dependencies.
https://ityped.surge.sh/
MIT License
2.33k stars 128 forks source link

Can't find a way to reset the strings after initialise it. #18

Closed rogeriotaques closed 7 years ago

rogeriotaques commented 7 years ago

I need to change the strings for a whole new set from time to time. I've tried just to call again the init(), giving the proper parameters, but it didn't work. Then, I tried to call destroy() before reinitialise the component, but no luck!

Any suggestion?

luisvinicius167 commented 7 years ago

Hi man, sorry for long time response! Try with v0.0.10!

rogeriotaques commented 7 years ago

Hi @luisvinicius167, thanks for your reply. Let me try it in another opportunity. I've already fixed my issue using a different approach. Thanks any way. Let me close this issue.