You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be an amazing feature! It is so useful to know immediately that you've reached top or bottom with this kind of animation. Aside from iOS Safari, the new Chromium-based Edge has something similar when using the desktop version on a Windows PC with touchscreen. Both for the top and bottom you are shown a generic out-of-bounds dark grey colour, exponentially lowering the distance the further you go in the same direction, and then bouncing back to the page limit like a rubber band. I think it's also referred to as over-scroll.
Frankly I have no idea how complicated this is, so I wanted to suggest 2 "meek" alternatives that we've seen in Android before.
Show a coloured hint at the limit - like a lightbulb that glows stronger the more you try to scroll in that direction, then quickly fades back to zero when you let go. (In Android this used to be in blue colour).
Perhaps easier might be to change the cursor itself. For example this symbol you have on your keyboard's "tab" button |<--, but rotated 90-degrees in either way 😆 Or a stop sign, or something prettier I can't think of.
Regardless, thank you for keeping in mind to maybe develop this feature!
Maybe start simple and try it only on body.
There is one page example doing this on bottom only:
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-extensions/jAg8lzX9yjo
It modifies the height. It's hard to say if it's possible to do it also on top.
The text was updated successfully, but these errors were encountered: