|
6 өдөр өмнө | |
---|---|---|
.. | ||
dist | 6 өдөр өмнө | |
src | 6 өдөр өмнө | |
LICENSE | 6 өдөр өмнө | |
README.md | 6 өдөр өмнө | |
README_zh-CN.md | 6 өдөр өмнө | |
package.json | 6 өдөр өмнө |
Indicator can be used to achieve magnifying glass, parallax scrolling and other effects.
import BScroll from '@better-scroll/core'
import Indicators from '@better-scroll/indicators'
BScroll.use(Indicators)
const bs = new BScroll('.wrapper', {
indicators: [
relationElement: someHTMLElement
]
})
interface IndicatorOptions {
interactive?: boolean
ratio?: Ratio
relationElementHandleElementIndex?: number
relationElement: HTMLElement
}