循环定时器/时钟(以毫秒为单位)
我正在寻找一个以毫秒为单位显示的在线闪存时钟。我需要它是循环样式(不是数字)并且永远不会停止(除非刷新页面)。
有知道的人知道吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
像这样的东西:
http://www.kirupa.com/developer/actionscript/clock.ht
它还提供了如何构建它的一个很好的演练,因此如果您愿意的话,修改它应该很容易。
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.
您可以使用图像和 CSS3
transform:rotate()
做这个。您还可以使用 jQuery
rotate()
来实现此目的。You can use Images and CSS3
transform:rotate()
for doing this.You can also use jQuery
rotate()
for this.这是一个非常好的闪存替代方案。
http://active.tutsplus.com/tutorials/actionscript/flash-clock- analo/
它不仅显示了所需的编码,还显示了界面的帮助。它还提供了一个工作示例。
希望这有帮助。
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.