Just a thought: can we have iOS like over scroll e...
# compose-desktop
t
Just a thought: can we have iOS like over scroll effect in compose desktop when using macOS?
1
a
I remember finding the ios overscroll effect in the sources somewhere. I think it's called Cupertino overscroll or similar. Shouldn't be hard to copy it to your code base and use it where you need it. But agreed it would be nice touch on macs
c
cc @Alexander Maryanovsky
a
Is it actually the standard on macOS?
If yes, we could support it; if no, your best bet is indeed to copy it as Alex suggested.
c
Is it actually the standard on macOS?
It seems to be standard when using trackpad on native apps, and is the default in web if the developer doesn't override the scroll implementation. But it doesn't apply with mouse, and if you use the trackpad to click and drag the scrollbar thumb itself.
z
What if it’s the Magic Mouse (which has gestures)?
c
I think that would map the same as the trackpad
👍 1