I've been looking for a javascript explanation of how can I change my favicon constantly but I couldn't find anything.
I have 6 favicons and I'm trying to make then switch in an order to make kind of an animation. And my problem is that I need that the icons change dynamically but automatically every 2 seconds in a loop like ico1, ico2, ico3, ico4, ico5, ico6, ico1, ico2...
See this site's Favicon as an example
Someone have any idea what should I do?