Open gambit999 opened 8 years ago
Nevermind if the user mouse is out of the scope or not.
You should be able to use the following:
var _ouibounce = ouibounce(document.getElementById('ouibounce-modal'), { aggressive: false, timer: 3, });
setTimeout(function(){ _ouibounce.fire(); },3000); //3 seconds
Nevermind if the user mouse is out of the scope or not.