Commit 660f518
Smooth scroll experience when scrolling upwards.
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.1 parent 819890d commit 660f518
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
0 commit comments