|
před 1 týdnem | |
---|---|---|
.. | ||
dist | před 1 týdnem | |
src | před 1 týdnem | |
LICENSE | před 1 týdnem | |
README.md | před 1 týdnem | |
package.json | před 1 týdnem |
nestedScroll is a plugin which helps you solve the trouble of nested Scroll
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
})