Skip to content

Releases: stutrek/scrollmonitor

TypeScript!

11 Nov 19:46
Compare
Choose a tag to compare

Scrollmonitor is now fully typed!

Arbitrary Scroll Containers!

01 Dec 23:59
Compare
Choose a tag to compare

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!