mFancyTitle - jquery плагин для анимации favicon и title
Пример использования
$.mFancyTitle({
mftMissYou: true,
mftMissYouTitle: 'Hey! I miss you!', // new document title: it will appear when the user leaves your page and open another tab in the browser
mftMissYouFavicon: {
'apple-touch-icon-precomposed': 'path-to/apple-touch-icon-152x152.png',
'icon': 'path-to/favicon-32x32.png',
'shortcut icon': 'path-to/favicon.ico'
} // new favicons: they will be visible when the user leaves your page and open another tab in the browser
});
http://mft.musings.it/