标签:string nts starty ima dir 说明 lin 间隔 启用
参数说明:
Events 事件
let scroll = new BScroll(document.getElementById(‘wrapper‘),{
probeType: 3
})
scroll.on(‘scroll‘, (pos) => {
console.log(pos.x + ‘~‘ + posx.y)
...
})
Events 列表
派发滚动
let scroll = new BScroll(document.getElementById(‘wrapper‘))
scroll.scrollTo(0, 500)
...
标签:string nts starty ima dir 说明 lin 间隔 启用
原文地址:http://www.cnblogs.com/mrt-yyy/p/7778056.html