2.5.5 • Published 10 months ago

tz-better-scroll-wheel v2.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@better-scroll/wheel

中文文档

Implement a plugin similar to the effects of the IOS Picker component.

Usage

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

const bs = new BScroll('.wheel-wrapper', {
  wheel: {
    selectedIndex: 0,
    wheelWrapperClass: 'wheel-scroll',
    wheelItemClass: 'wheel-item',
    wheelDisabledItemClass: 'wheel-disabled-item'
  },
  probeType: 3
})
2.5.5-beta.0

10 months ago

2.5.5

10 months ago

2.5.5-beta.1

10 months ago

2.5.5-beta.2

10 months ago

2.5.4

11 months ago

2.5.3

11 months ago

2.5.2-alpha.6

11 months ago

2.5.2-alpha.5

11 months ago

2.5.2-alpha.4

11 months ago

2.5.2-alpha.3

11 months ago