lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 579 forks source link

How to keep interstitialSection from scrolling to top #305

Open Vishal0203 opened 6 years ago

Vishal0203 commented 6 years ago

I have a requirement where I do not want my interstitialSection scroll to top, as there are more full height sections under it, and scrolling to top shows partial of my next full height section.

However, It would be good if interstitial section stays at the bottom (like the footer in header-footer example), and the next scroll takes it to the next full screen panel.

Please, let me know if that's possible. Thanks!