pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

Remove jQuery dependency? #235

Open dangayle opened 6 years ago

dangayle commented 6 years ago

I know it's a lot to ask, but if you're re-writing the entire thing in ES6, could you get rid of the jQuery requirement?

wstoettinger commented 6 years ago

It might be worth a consideration to let the user chose whether to use the library as a standalone version or encapsulate it into a jquery plugin. I will evaluate the feasibility.