Open debayangupta opened 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?
This is the expected behaviour. It won’t skip over content when scrolling
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?