Circular timer/clock in milliseconds
I am looking for a flash clock online which displays in milliseconds. I need it to be circular style (not digital) and never stop (unless page is refreshed).
Anyone know know any?
Something like this:
http://www.kirupa.com/developer/actionscript/clock.ht
It also provides a nice walk-through of how to build it, so it should be easy to modify if you feel up to it.
You can use Images and CSS3 transform:rotate()
for doing this.
You can also use jQuery rotate()
for this.
Here is a pretty good flash alternative.
http://active.tutsplus.com/tutorials/actionscript/flash-clock-analo/
It shows not only the coding required, but help with the interface. It also provides a working sample.
Hope this helps.
链接地址: http://www.djcxy.com/p/86168.html上一篇: JavaScript时钟与服务器时间
下一篇: 循环定时器/时钟以毫秒为单位