FlipClock
FlipClock copied to clipboard
setCountdown to true before setting time
this prevents executing the increment before it actually knows that is a countdown
if you see this example you will se the seconds counter first going up by 1 and then the countdown begins.
setting the clock to be countdown before the time fixes the demo