|
пре 1 недеља | |
---|---|---|
.. | ||
dist | пре 1 недеља | |
src | пре 1 недеља | |
LICENSE | пре 1 недеља | |
README.md | пре 1 недеља | |
README_zh-CN.md | пре 1 недеља | |
package.json | пре 1 недеља |
Allow the mouse wheel to manipulate scrolling behavior.
import BScroll from '@better-scroll/core'
import MouseWheel from '@better-scroll/mouse-wheel'
BScroll.use(MouseWheel)
const bs = new BScroll('.wrapper', {
// ...
mouseWheel: {
speed: 2,
invert: false,
easeTime: 300,
}
})