jquery-countdown icon indicating copy to clipboard operation
jquery-countdown copied to clipboard

transition between 9 and 0 is missing- jumps right to 0.

Open kellymccormack opened this issue 11 years ago • 2 comments

I'm on a tight deadline involving this excellent counter script. After spending a lot of time creating my own sprite digits image (6 images for each digit) I've noticed that the transition from 9 to 0 is being skipped. Specifically, the last 5 digits in my sprite (at the bottom) are not being used. This also happens with the original source as I grabbed it. Any ideas?

kellymccormack avatar Apr 22 '13 22:04 kellymccormack

I just saw this similar post in the closed issues; I guess that's what it's supposed to do. https://github.com/pfarmer/jquery-countdown/issues/22

But it'd be nice if it could complete the animation from 9 to 0 since there are 5 sprite frames there that aren't being used. I couldn't figure out how to make that happen myself, at least yet.

kellymccormack avatar Apr 23 '13 22:04 kellymccormack

I think you just need to add to the end

Example image: http://www.maximandinna.com/images/countdown/digits.png Working example: http://www.maximandinna.com/

siburny avatar Apr 29 '13 14:04 siburny