typewriterjs
typewriterjs copied to clipboard
How to define the pause time when using the options object?
Try the pauseFor its default is 1500 msec, you can put any value you want for example
import Typewriter from 'typewriter-effect';
<Typewriter options={{ strings: ['Hello', 'World'], autoStart: true, loop: true, pauseFor:3000, }} />