stop 2 seconds javascript code example
Example: wait for time javascript
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);
//code before the pause
setTimeout(function(){
//do what you need here
}, 2000);