I was wondering if it is possible in pagePiling.js to add a stop once the top/bottom of a section has been reached?
My main issue, is using the touch pad on a MBPro, if you scroll quickly it will hit the top/bottom of a section and quickly transition to the next section. I would, instead, like for it to stop when reaching a top/bottom boundary, and then require an additional scroll to make the transition.
EDIT: Normal sections do have somewhat of a delay, the problem is on sections using the .pp-scrollable
where scrolling to the top/bottom of a section will quickly transition to the next section. It would be nice, if in the .pp-scrollable
sections, an additional scroll is needed to proceed to a different section.
It is not gonna be an easy problem to solve due to the kinetic scrolling of your Apple laptop.
You can read a more detailed description of the problem and a small improvement in this topic of fullPage.js, the bigger brother of pagePiling.js.