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
Hi there, I've been struggling with infinite-scroll upwards since last two days.
Whenever I am trying to scroll upwards, the scroll is very flickery(jumpy) and jumps to previous pages even when I am not scrolling.
I found out a plunkr today which I tried, and the scrolling seems to work.
http://plnkr.co/edit/DfXkANDYkBOmjauF1HmF?p=preview <= jumpy scroll. Inconsistent behaviour
http://plnkr.co/edit/33b8FAHHfNO0ryQ9oSD4?p=preview <= smooth scroll experience.
what the guy has does is that, he has removed the line
scrollEvent.y = {percentage: 1/scrollHeight} with
scrollEvent.y = {pixels: 1};
And that fixes the issue.
Can anyone from the team check this and let me know if it is a bug which gets fixed by making this change.
0 commit comments