lukehaas / Scrollify

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

Scroll bug between normal and interstitialSection #398

Open felixmoeller opened 4 years ago

felixmoeller commented 4 years ago

First of all thanks for the great plugin. However, I am currently having problems scrolling between a section-scroll section and an interstitialSection. It often happens that the browser jumps back and forth.

You can also see it here: https://projects.lukehaas.me/scrollify/examples/header-footer/, if you are at the footer and scroll up very fast. Then the page jerks, which is very unpleasant for the user.

Is there a workaround for this?

Is there also the possibility to check with the callbacks whether I am in an interstitialSection?

Best regards