Can anyone advise on how to recreate the easing/friction for touch events in Mobile Safari? I am trying to achieve a similar bounce-back effect when dragging contents past the top or bottom of a scroller.
I experimented with the cubic-bezier easing function but couldn't quite replicate the friction found in Mobile Safari on an iPhone/iPod. My goal is to make the HTML page feel as much like an app as possible.
Any help would be appreciated!