progress
基于jquery页面滚动条插件
option(Object)
| api | type | default | description |
|---|---|---|---|
| size | String | 2px | 进度条粗细 |
| position | String | top | 定位(top || bottom) |
| wapperBg | String | #eee | 底色 |
| innerBg | String | #50bcb6 | 前景色 |
| duration | String | .3s | 动画时间 |
| effect | String | linear | 动画曲线 |
use
html
<div id="progress"></div> js
$('#progress).progress(options)