Open GoogleCodeExporter opened 9 years ago
I did it like this, for counting down to end of 1 minute.I guess, stepTime
always works in seconds.
$('#counter').countdown({
stepTime: 60,
format: 'ss',
startTime: '60',
digitImages: 6,
digitWidth: 53,
digitHeight: 77,
timerEnd: function() { alert('Gone'); },
image: 'digits.png'
});
Original comment by knightsamar@gmail.com
on 27 Oct 2012 at 10:31
Original issue reported on code.google.com by
kaels...@gmail.com
on 29 Aug 2012 at 2:32