I got a request for smooth-scrolling for my progra...
# compose-desktop
m
I got a request for smooth-scrolling for my program. Is it possible for something like that to be implemented in a Compose Desktop program?
m
How do you define “smooth-scrolling”? That should be the default if you do not do something completely wrong.
m
Well, non-instant scroll to position. I have standard LazyColumns and they all scroll to the next position(using scroll wheel) instantly.
m
Ok, then you have a different definition of “smooth-scrolling” as I have. I’d rather call this animated scrolling or something like this.
m
Firefox and a few other applications have smooth scroll settings that do what I describe, so not sure what else would be called
smooth-scrolling
😄
k
https://pavelfatin.com/scrolling-with-pleasure/ if you have a couple hours to kill
👍 1