attendre 0,5 après la fonction javascript
statement1();
setTimeout(function() {
statement2();
}, 500);
Rays
statement1();
setTimeout(function() {
statement2();
}, 500);