Circular timer/clock in milliseconds
I am looking for a flash clock online which disp开发者_开发问答lays 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.
精彩评论