P
P
PO6OT2015-09-13 19:14:17
css
PO6OT, 2015-09-13 19:14:17

Why doesn't favicon animate in Chrome?

Why doesn't favicon animate in Chrome? ( Site itself )

<link href='http://fixpc.tk/favicon.ico' rel='shortcut icon'>
<link href='http://fixpc.tk/favicon.gif' rel='icon' type='image/gif'>

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Krymtsev, 2015-09-13
@woonem

If you do not find the answer, you can try through the script

<link rel="shortcut icon" id="favicon_id" href="http://yraaa.ru/anim_icon1.gif"> 

<script>
setTimeout(function() {document.getElementById('favicon_id').href='Второе изображение.gif'}, 1000)
setTimeout(function() {document.getElementById('favicon_id').href='Третее изображение.gif'}, 2000)
setTimeout(function() {document.getElementById('favicon_id').href='Четвертое изображение.gif'}, 3000)
setTimeout(function() {document.getElementById('favicon_id').href='Последнее изображение.gif'}, 4000) }
</script>

S
skyfortress, 2015-09-14
@skyfortress

Chrome does not support animated favicons, but as mentioned above, js can be used for this.

W
webdiez, 2015-09-13
@webdiez

and should? I see no reason to use an animated icon...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question