Replies: 1 comment
-
Our If you wanted to change how fast scrolling happens, I suppose anything you can do natively should also work here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of items with fixed height.
When I set the item height to 50px, the scroll feels smooth, cause one scroll down moves the content up 100px I guess.
Now the item height is 56px, but one scroll stays the same.
How could I change the wheel delta to make one scroll to be the multiple of the item height?
Beta Was this translation helpful? Give feedback.
All reactions