Skip to content
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

Improve smoothness of smooth scrolling #222

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Improve smoothness of smooth scrolling #222

merged 1 commit into from
Oct 25, 2023

Conversation

inokawa
Copy link
Owner

@inokawa inokawa commented Oct 25, 2023

fix #14
fix #221

This PR will change smooth scrolling algorithm to mount all items between start and end for measuring before scrolling.

It may sound that it affects performance, but it will not have much difference because almost all items between start and end will be mounted during smooth scrolling even if we didn't do it manually.

@inokawa inokawa force-pushed the smooth-measure branch 2 times, most recently from 4a4db76 to 88f7a2c Compare October 25, 2023 14:02
@inokawa inokawa marked this pull request as ready for review October 25, 2023 15:06
@inokawa inokawa merged commit 9298bc6 into main Oct 25, 2023
2 checks passed
@inokawa inokawa deleted the smooth-measure branch October 25, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant