2.5.5 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.5.5

2 years ago

2.5.5-beta.1

2 years ago

2.5.5-beta.2

2 years ago

2.5.4

2 years ago

2.5.3

2 years ago

2.5.2-alpha.6

2 years ago

2.5.2-alpha.5

2 years ago

2.5.2-alpha.4

2 years ago

2.5.2-alpha.3

2 years ago