You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried "onleave", but it only seems to trigger if I am scrolling from one section to another. I need a callback to trigger if you leave the last slide and scroll past all the sections into the footer.
Good point!
At the moment there's no such callback.
In fact, the whole feature to scroll after fullpage.js needs some improvements too.
So far, you might want to use the alternative scrollOverflow and add all your "content outside fullpage.js" inside the last fullPage.js section. That might work for you depending on your use case.
Description
I have tried "onleave", but it only seems to trigger if I am scrolling from one section to another. I need a callback to trigger if you leave the last slide and scroll past all the sections into the footer.
Here is a demo: https://codepen.io/kylerumble/pen/zYLxexB
You can see that the scrollbar is set to true. And I'd like to be able to know when the page is scrolled outside of the last slide.
The text was updated successfully, but these errors were encountered: