Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 527 Bytes

File metadata and controls

24 lines (21 loc) · 527 Bytes

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)

give me a star : )