My animated favicon does not show animation

吃可爱长大的小学妹 提交于 2019-12-03 07:56:22

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/5982282/my-animated-favicon-does-not-show-animation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!