我的动画图标不显示动画

发布于 2024-11-06 10:29:05 字数 234 浏览 0 评论 0原文

我正在使用这些

<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

,我可以在地址栏中看到网站图标,但没有动画?我还应该做什么?

I am using these

<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

I can see favicon in my address bar but no animation? What else am I supposed to do?

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

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

发布评论

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

评论(3

梦行七里 2024-11-13 10:29:05

删除指向 favicon.png 的第一行,这样您就只有

<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

并确保 favicon.ico 是一个真实动画 favicon而不是重命名的东西。您可以使用 http://www.animatedfavicon.comhttp://www.favicongenerator.org 将动画 .gif 文件转换为动画 .ico 文件。

Get rid of the first line pointing to the favicon.png so that you have only

<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />

And ensure that the favicon.ico is a real animated favicon and not something renamed. You can use http://www.animatedfavicon.com or http://www.favicongenerator.org to convert an animated .gif file to an animated .ico file.

套路撩心 2024-11-13 10:29:05

我相信有些浏览器根本不支持动画图标。因此,您可能需要检查不同的浏览器,并意识到在某些浏览器上您可能有一个静态图标,而在其他浏览器上它看起来就像您想要的那样。

I believe some browsers simply do not support animated favicons. So you may want to check around on different browsers and realize that on some you may have a static icon, while on others it looks just as you wanted it to.

甜嗑 2024-11-13 10:29:05

有些浏览器不支持它们,例如 Chrome 或 Safari,但它在 Firefox 中运行得很好......请记住,您使用的是 .ico 文件。

Some browsers don't support them like Chrome or Safari but it works quite well in Firefox....Keeping in mind that you use a .ico file.

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