pagePiling.js
pagePiling.js copied to clipboard
Translate to ES6 with no jQuery Dependency
Just wanted to ask if anybody has translated this to ES6 or planning to. I've started looking at it tonight and will know soon how easy or frustrating it's going to be.
Also wondering if anybody has thought about CSS Scroll Snap Points (http://caniuse.com/#feat=css-snappoints) and if these various scrolling libraries would benefit from using them if supported?
Thanks!
Not planning to. I don't see a massive request for it and I haven't got the time for it.
Regarding scroll snap, looks only like a feature of the future so far. Not compatible with so many browers at the moment and giving that all my libraries provide support for IE 8 yet, not something I'm rushing to implement :)
it's time to drop jQuery
@pbuzdin fullPage.js is dropping jQuery in a few days. The best thing you can probably do is use the fullpage.js parallax extension to emulate pagePiling.js effect.
See this article which uses fullPage.js instead of pagePilign.js to create the same effect.
Benefits?
- You get rid of jQuery.
- You have plenty of more features available, fullPage.js is a much more complete library. (responsive, scrolloverflow, lazyload, scrollbar, autoScrolling...)
- You use a much more mature library, which keeps being maintained and improved every day.
Thank you! Much appreciated.