进度条插件 Scrollgress
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/michael-lynch/scrollgress
软件介绍
Scrollgress 是一个简单轻量级的 jQuery 插件,它能在页面顶端显示一个进度条,并且不随页面的滚动而改变位置。
示例代码:
$(function() {
$('.post').scrollgress({
height: '10px',
color: '#990000',
success: function() {
console.log('Scrollgress has been initiated.');
}
});
});