tz-better-scroll-mouse-wheel
TypeScript icon, indicating that this package has built-in type declarations

2.5.5 • Public • Published

@better-scroll/mouse-wheel

中文文档

Allow the mouse wheel to manipulate scrolling behavior.

Usage

import BScroll from 'tz-better-scroll-core'
import MouseWheel from 'tz-better-scroll-mouse-wheel'
BScroll.use(MouseWheel)

const bs = new BScroll('.wrapper', {
  // ...
  mouseWheel: {
    speed: 2,
    invert: false,
    easeTime: 300,
  }
})

Package Sidebar

Install

npm i tz-better-scroll-mouse-wheel

Weekly Downloads

0

Version

2.5.5

License

MIT

Unpacked Size

57 kB

Total Files

10

Last publish

Collaborators

  • eat-fish