lukehaas / Scrollify

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

Scrolling to top of section #356

Open debayangupta opened 5 years ago

debayangupta commented 5 years ago

This bears some relation to (1) https://github.com/lukehaas/Scrollify/issues/183 (2) https://github.com/lukehaas/Scrollify/issues/283

In my case, I /want/ to go to the top of the previous section (animated) when scrolling up, where the previous section is taller than the window height. Right now, it's taking me to a view at the bottom of the previous section. I'm using

after: function(index, sections){ $.scrollify.move(index); }

to get it to move to the top of the section. Is there something else I should be doing?

lukehaas commented 5 years ago

This is the expected behaviour. It won’t skip over content when scrolling