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
Copy file name to clipboardExpand all lines: scroll-customization-api/UseCases.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Hidey bars
9
9
- scrolling up, the bar animates in with a timed animation. It's position is relative to its container at this point.
10
10
- When a scroll operation ends (eg. fingers lifted from touchpad), may animate to either fully shown or fully hidden
11
11
- Advanced: content may “hide” into a smaller version of itself, that is sticky positioned (e.g. iPhone Safari URL bar)
12
+
- Advanced: may resize the contents after showing / hiding (eg. so that contents scrollbar stops below the header, and elements can be reliably position:fixed to the top of the contents).
12
13
- Examples:
13
14
- Top controls in mobile browsers like Chrome for Android and Mobile Safari
0 commit comments