pagePiling.js icon indicating copy to clipboard operation
pagePiling.js copied to clipboard

Translate to ES6 with no jQuery Dependency

Open markadrake opened this issue 8 years ago • 4 comments

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!

markadrake avatar Nov 22 '16 00:11 markadrake

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 :)

alvarotrigo avatar Nov 22 '16 10:11 alvarotrigo

it's time to drop jQuery

pbuzdin avatar Jun 09 '18 07:06 pbuzdin

@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.

alvarotrigo avatar Jun 09 '18 10:06 alvarotrigo

Thank you! Much appreciated.

pbuzdin avatar Jun 09 '18 17:06 pbuzdin