Releases: stutrek/scrollmonitor
Releases · stutrek/scrollmonitor
TypeScript!
Arbitrary Scroll Containers!
We're proud to announce the release of everyone's biggest request, using any arbitrary element as a scroll container!
Simply create a container and use it just like you would in the old days.
var scrollContainer = scrollMonitor.createContainer(element);
var watcher = scrollContainer.create(childElement);
Additionally, the tests are much easier to run.
Enjoy!