tameemsafi / typewriterjs

A simple yet powerful native javascript plugin for a cool typewriter effect.
https://www.npmjs.com/package/typewriter-effect
MIT License
2.49k stars 221 forks source link

Question #176

Open bryant-bardales opened 1 year ago

bryant-bardales commented 1 year ago

Can the typewriter effect be applied to two separate lines of text on the same page and have the second line wait for the first line to type out before the second line types out the text? Either through some callback function in React or through a simple method that will pause the typing from occurring for a set time. I am new to coding and stuck trying to find a way to make this particular effect happen; thank you in advance for the help.

woodpd commented 1 year ago

I am also trying to achieve this but can't seem to make it happen. Any advice would be gratefully received