basicScroll icon indicating copy to clipboard operation
basicScroll copied to clipboard

Add support for any scrolling container (window or other)

Open rgon opened this issue 2 years ago • 0 comments

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

rgon avatar Oct 24 '22 19:10 rgon