jQuery 1 minute countdown with milliseconds and callback

后端 未结 2 1615
既然无缘
既然无缘 2021-01-16 14:48

I\'m trying to figure out a way to display a simple countdown that displays 1:00:00 whereby 1 = minutes, 00 = seconds, and 00 = milliseconds.

I\'ve found loads of jQ

2条回答
  •  [愿得一人]
    2021-01-16 15:16

    This is going to sound a bit off the cuff, but if you make a small animated GIF that runs through ten random sets of two digits ten times a second, your users will never know the difference, and you won't have to worry about what you're going to do to your CPU load by trying to count down milliseconds in a web page.

提交回复
热议问题