Closed tsbits closed 10 years ago
same bug too...
+1
+1.
This is a great library and the work is much appreciated - but this seems like a deal breaker for most real-world users. Unfortunately I built an entire project around this library before I discovered the bug. I'd checked the clock on the home page in IE8 and IE9 before deciding on the library, but I didn't notice the time offset problem until I started cross-browser testing.
This library is based on a proof-of-concept at http://codepen.io/ademilter/pen/czIGo, which is probably the simplest place to work on a fix. I'm going to do so now and will follow up here if I figure anything out.
Can't reproduce this one myself
This may be of interest: http://stackoverflow.com/questions/18494692
Looks like the related PR was https://github.com/objectivehtml/FlipClock/pull/41, addressing #36. Guess you can close this as a dupe now.
Hello there !
I'm currently implementing your plugin to make a countdown. It work perfectly on Chrome / Firefox but of course, not on IE9.
There is no 3d transitions but I know why and I don't care. The big point is that the counter has 10 unites of late.
For exemple it displays for the seconds : _00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 00, 01, 02, 03, 04, 05, 06, 07, 08, 19, 10, 11, ..._
Here is a record : http://www.youtube.com/watch?v=uJn9qFN6L-Q&feature=youtu.be
Have I try to solve the problem by myself but it was not succesfull.
Thanks for your help :)