2.5.5 • Published 12 months ago

tz-better-scroll-indicators v2.5.5

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

@better-scroll/indicators

中文文档

Indicator can be used to achieve magnifying glass, parallax scrolling and other effects.

Usage

import BScroll from 'tz-better-scroll-core'
import Indicators from 'tz-better-scroll-indicators'
BScroll.use(Indicators)

const bs = new BScroll('.wrapper', {
  indicators: [
    relationElement: someHTMLElement
  ]
})
interface IndicatorOptions {
  interactive?: boolean
  ratio?: Ratio
  relationElementHandleElementIndex?: number
  relationElement: HTMLElement
}
2.5.5-beta.0

12 months ago

2.5.5

12 months ago

2.5.5-beta.1

12 months ago

2.5.5-beta.2

12 months ago

2.5.4

1 year ago

2.5.3

1 year ago

2.5.2-alpha.6

1 year ago

2.5.2-alpha.5

1 year ago

2.5.2-alpha.4

1 year ago

2.5.2-alpha.3

1 year ago