循环定时器/时钟(以毫秒为单位)

发布于 2024-10-18 23:13:20 字数 80 浏览 2 评论 0原文

我正在寻找一个以毫秒为单位显示的在线闪存时钟。我需要它是循环样式(不是数字)并且永远不会停止(除非刷新页面)。

有知道的人知道吗?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

终难愈 2024-10-25 23:13:20

像这样的东西:

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.

傲娇萝莉攻 2024-10-25 23:13:20

您可以使用图像和 CSS3 transform:rotate()做这个。

您还可以使用 jQuery rotate() 来实现此目的。

You can use Images and CSS3 transform:rotate() for doing this.

You can also use jQuery rotate() for this.

旧城烟雨 2024-10-25 23:13:20

这是一个非常好的闪存替代方案。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文