p4trykJ / typewriter-vue

Typing effect component for Vue.js
Apache License 2.0
11 stars 5 forks source link

Loop Funcionality #2

Open cianiandreadev opened 2 years ago

cianiandreadev commented 2 years ago

Hi @p4trykJ , I was trying to loop the effect, but I cannot find a way.

Would you have an hit to do it? Keep in mind that I'm not an expert in JS yet 😄

Thanks a lot for your work.

p4trykJ commented 2 years ago

Hi @cianiandreadev!

Unfortunately this plugin does not support looping the effect but you could achieve that using the replace on demand feature and setInterval/setTimeout.

I am currently not able to provide any working example at codesandbox, but hit me up again if you will face any issues.

dzcpy commented 2 years ago

This feature is really useful..