DEV Community

Discussion on: Dynamic text rewriting

Collapse
 
aspittel profile image
Ali Spittel • Edited

I would use setInterval() to run your function every x seconds! Here's a reference on the typewriter effect w3schools.com/howto/howto_js_typew....

Collapse
 
pbouillon profile image
Pierre Bouillon

Exactly what I needed! I feel ashamed of not having found that ^ "
Thank you very much, I finally added it to my site!