Piecon在 favicon 上显示进度
Piecon 是一个用来实现在你的网站的 favicon 上显示进度消息的一个小型 js 库。
示例代码:
Piecon.setOptions({
color: '#ff0084', // Pie chart color
background: '#bbb', // Empty pie chart color
shadow: '#fff', // Outer ring color
fallback: false // Toggles displaying percentage in the title bar (possible values - true, false, 'force')
});
Piecon.setProgress(12);
Piecon.setProgress(25);
...
Piecon.reset();
支持浏览器:
- Chrome 15+
- Firefox 9+
- Opera 11+
对不支持的浏览器会修改标题:
- Internet Explorer 9
- Safari 5+
评论
