scrollMonitor v1.2.4 Release Notes

Release Date: 2017-10-17 // over 6 years ago

Previous changes from v1.2.0

  • ๐Ÿš€ 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!