Scrollmonitor Versions Save

A simple and fast API to monitor elements as you scroll

v1.2.5

2 years ago

Scrollmonitor is now fully typed!

v1.2.0

7 years ago

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!