Detalhes do pacote

@better-scroll/nested-scroll

ustbhuangyi13.4kMIT2.5.1

make your nested scrolls reconciliation

scroll, iscroll, javascript, typescript

readme (leia-me)

better-scroll

中文文档

nestedScroll is a plugin which helps you solve the trouble of nested Scroll

Usage

  import BScroll from 'better-scroll'
  import NestedScroll from '@better-scroll/nested-scroll'

  BScroll.use(NestedScroll)

  // parent bs
  new BScroll('.outerWrapper', {
    nestedScroll: true
  })
  // child bs
  new BScroll('.innerWrapper', {
    nestedScroll: true
  })