My animated favicon does not show animation

前端 未结 2 360
予麋鹿
予麋鹿 2021-02-03 15:04

I am using these




        
相关标签:
2条回答
  • 2021-02-03 15:43

    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.

    0 讨论(0)
  • 2021-02-03 15:46

    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.

    0 讨论(0)
提交回复
热议问题