basicScroll
basicScroll copied to clipboard
Add support for any scrolling container (window or other)
Adds support to animate on any container's scroll property. Allows
I would've rather chosen the ES6 class constructor to implement it, but I kept the global variable logic the same. The main change is I'm savingscrollContainers which themselves have instances instead of instances themselves (so we can iterate through the containers to see which have changed).
resolves #67