objectivehtml / FlipClock

http://flipclockjs.com/
MIT License
2.74k stars 954 forks source link

Odd flip after countdown start #122

Closed AlexCSR closed 10 years ago

AlexCSR commented 10 years ago

I've downloaded the last version of FlipClock, uploaded it to my server and just opened base example (without any changes in code). So after the countdown started I've seen a flip from 11:21 to 00:10. I think, it should be 00:10 to 00:09.

If I set '3600' value in timer, I see flip from '12:11:11' to '01:00:00' and then '00:59:59'.

This kind of bug I can repeat with any settings on both my servers (Windows and Debian running). But demo hosted on your official site works well.

Tested with Chrome and Firefox.

lkol commented 10 years ago

The same issue exists on one of the examples (http://flipclockjs.com/faces/daily-counter), for hour countdown. For some reason, the initialized flip animations are off by one for each number (so 01 becomes 12), 00 becomes 11, 11 becomes 22, etc.

lkol commented 10 years ago

120 fixes this

objectivehtml commented 10 years ago

This should be fixed now.