Closed AlexCSR closed 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.
This should be fixed now.
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.