如何实现图标的动画效果?

发布于 2024-08-09 22:30:06 字数 91 浏览 4 评论 0原文

喜欢这个网站

注意你的地址栏。

Like this site

Pay attention to your address bar.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

辞取 2024-08-16 22:30:06

他们引用了两个图标文件:

这个文件适用于仅理解 ICO 格式的 IE。

<link rel="shortcut icon" href="http://img1.wolai.com/img/favicon.ico" />

这适用于优秀的浏览器。这是一个 GIF 动画。

<link rel="icon" href="http://img1.wolai.com/img/favicon.gif" type="image/gif" />

They reference two icon files:

This one is for IE that only understands ICO format.

<link rel="shortcut icon" href="http://img1.wolai.com/img/favicon.ico" />

This one is for good browsers. This is an animated GIF.

<link rel="icon" href="http://img1.wolai.com/img/favicon.gif" type="image/gif" />
北渚 2024-08-16 22:30:06

看起来他们的图标是一个gif 动画。它在 Google Chrome(4.x 流)中似乎没有动画效果,但在 Firefox 中却可以。

It looks like their favicon is an animated gif. It didn't seem to be animating in Google Chrome (4.x stream), but it works in Firefox.

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