electerious / basicScroll

Standalone parallax scrolling for mobile and desktop with CSS variables.
https://basicscroll.electerious.com
MIT License
3.63k stars 148 forks source link

Add support for any scrolling container (window or other) #68

Open rgon opened 1 year ago

rgon commented 1 year ago

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