Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCancelling the move before it takes place #152
Comments
This comment has been minimized.
This comment has been minimized.
I would encourage you to make use of fullPage.js instead. I'll mark it as an enhancement, but pagePiling.js is not under often development. I'll probably turn it into a fullpage.js extension. Makes it easier to maintain. |
This comment has been minimized.
This comment has been minimized.
See my blog post here to get a similar result with fullpage.js: |
This comment has been minimized.
This comment has been minimized.
I use pagePilling, because I need a scrollable section. |
This comment has been minimized.
This comment has been minimized.
@rtemred fullpage.js provides that too. Using scrolloverflow as in this example. |
This comment has been minimized.
This comment has been minimized.
@alvarotrigo oh... my bad. Thanks! I'll check it. |
Feature to cancel the move, as in fullpage.js by returning
false
on theonLeave
callback.