resetTimeout option will reset delay time when your mouse over at notification.
$('#start').on('click',function(){ $.amaran({ 'message' :'My first example!', 'resetTimeout' :true, 'closeOnClick' :false }); });