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
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
Hi,
We are very impressed with the infinity.js library.
We have encountered a problem when scrolling through a list of 100 items (similare to facebook's posts). For some reason after the scrolling stops, the posts are loaded to the DOM just fine, but the scroller position suddently "jumps" and shifts the feed about 200-500 pixels to the top (or bottom). I hope you understand what I mean.
Do you know why this happens?
Thanks,
Doron Oded
The text was updated successfully, but these errors were encountered:
If new elements are being appended, the scrollbar will readjust to reflect the new, larger size of the overall document. I'm not aware of any workaround for this that would get around the default behavior of scrolling.
Hi,
We are very impressed with the infinity.js library.
We have encountered a problem when scrolling through a list of 100 items (similare to facebook's posts). For some reason after the scrolling stops, the posts are loaded to the DOM just fine, but the scroller position suddently "jumps" and shifts the feed about 200-500 pixels to the top (or bottom). I hope you understand what I mean.
Do you know why this happens?
Thanks,
Doron Oded
The text was updated successfully, but these errors were encountered: