-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks accelerated scrolling #2
Comments
Perhaps if the number of nodes was configurable this would address the problem. |
Good point! Never came across this problem when testing it but it definitely makes sense to make it configurable. |
|
Thank you! I've updated but I'm still facing the same problem.. Took some more time to debug this time. It seems in Firefox, things are buttery smooth (actually reducing itemPadding to 1 makes things even smoother!). Increasing padding, even to a mammoth amount, has no effect on Chrome or Safari. Within maybe 100ms of me releasing my fingers from the trackpad, the lazy render scrollbar stops hard, and the outer container is pulled down. Its not a dealbreaker for me anyway, and i must say it feels absolutely fantastic in FF. I wonder why webkit doesnt like it so much... I don't have much experience debugging these things so I'm going to leave it for now |
Hmm interesting. What operating system are you on btw? Also is the same thing happening on the demo page for you (http://onefinestay.github.io/react-lazy-render/)? |
OS X, but it doesn't happen with the demo, so I'm gonna assume its my On Mon, 2 Mar 2015 at 06:40 Jonathan Kim [email protected] wrote:
|
Ah so are you setting a |
FIXED JITTER. must set child height state if children changed.
(Great library by the way ❤️)
I notice accelerated scrolling comes to an abrupt halt when the user scrolls at speed. I suspect this is because there isn't a large enough buffer of future nodes in the DOM.
The text was updated successfully, but these errors were encountered: