typewriterjs icon indicating copy to clipboard operation
typewriterjs copied to clipboard

How to define the pause time when using the options object?

Open jahirfiquitiva opened this issue 4 years ago • 1 comments

jahirfiquitiva avatar Jun 26 '20 16:06 jahirfiquitiva

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, }} />

KayesAlhomsi avatar Dec 25 '20 13:12 KayesAlhomsi