Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

wait for time javascript

//code before the pause
setTimeout(function(){
    //do what you need here
}, 2000);
 
PREVIOUS NEXT
Tagged: #wait #time #javascript
ADD COMMENT
Topic
Name
7+8 =