I am using Keith Wood for a cool countdown clock and am noticing some off behavior and was looking to see if anyone could nail it. The clock seems to pause after watching it count down for a while. It seems to track the right time but as you will see it just seems to pause a more than a second after several seconds.
If you watch it for about 30 seconds you will see it
http://dl.dropbox.com/u/2982102/temp/countdownclock_052411/index.html
Any help on this would be huge
Thanks
The issue is perhaps that the plugin appears to update using an interval of 980ms, presumably with the hope of ensuring it will execute each second. Of course, over time this interval will drift far from the boundary between seconds and could end up skipping the occasional second.
The obvious solution is to decrease the interval (perhaps slightly less than 500ms which should safely ensure it is executed at least once per second 99.9% of the time). This should be safe, although it might be worth looking at the performance to ensure it isn’t too taxing.