所属分类:媒体-图片展示
更新时间:2020-09-16 01:03:50
1. 布局(父相子绝则可)
<div class="hd img-box"> <img src="..." alt=""> </div>
2. js
a. 引入jquery
b. 引入index.js
c.
new PicScroll(el, { speedUp: 800, speedDown: 500 })
3. 参数
3.1. el:dom
3.2.
{ speedUp: 向上滚动速度 speedDown: 向下滚动速度 }