flipcountdown icon indicating copy to clipboard operation
flipcountdown copied to clipboard

Stop countdown

Open filipemontt opened this issue 8 years ago • 0 comments

i want when countdown over, stop .

i = 3;
$('#job_'+alvo).flipcountdown({size:"lg",
tick:function(){
if(i==0){ console.log("I want stop countdown here"); }
return i--; 
}
});

filipemontt avatar Oct 29 '17 01:10 filipemontt