2.5.5 • Published 10 months ago

tz-better-scroll-nested-scroll v2.5.5

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

better-scroll

中文文档

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

Usage

  import BScroll from 'better-scroll'
  import NestedScroll from 'tz-better-scroll-nested-scroll'

  BScroll.use(NestedScroll)

  // parent bs
  new BScroll('.outerWrapper', {
    nestedScroll: true
  })
  // child bs
  new BScroll('.innerWrapper', {
    nestedScroll: true
  })
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