0.1.0 • Published 5 years ago

nested-scroll-controller v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

NestedScrollController

Usage

npm i nested-scroll-controller
import Controller from 'nested-scroll-controller';

let controller = new Controller({
  parent:document.querySelector('#parent'),
  child:document.querySelector('#child'),
  threshold:100
});

controller.bind();
0.1.0

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago