I am using these
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.
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.