Have you seen the Android smartphone with Chrome from GOOGLE.COM?
Did you notice the pop-up MENU that looks similar to an application? This menu has a "SPRING" effect, and I'm curious how Google achieved this result.
I tried using the property "-webkit-overflow-scrolling: touch", but unfortunately didn't get the same outcome.
It's interesting to mention that when scrolling to the bottom of the menu, the page doesn't move any further. Usually, after finishing scrolling within a FIXED DIV, the page beneath starts scrolling automatically (which can be quite bothersome).
Do you have any insights on what technique Google might have used for this feature?