public marks

PUBLIC MARKS from srcmax with tags scroll & mobile

2015

zynga/scroller @ GitHub

by 1 other
Accelerated panning and zooming for DOM and Canvas

2011

iScroll 4

by 1 other
iScroll 4 is a complete rewrite of the original iScroll code. The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed width/height element. This unfortunate situation prevents any web-app to have a position:absolute header and/or footer and a scrolling central area for contents.

Native style momentum scrolling to arrive in iOS 5 ยท Johan Brook

One of the biggest gripes of web apps in Mobile Safari comes to an end. In iOS 5 Beta 2, you are able to do this on an element with CSS: overflow: scroll; -webkit-overflow-scrolling: touch; And the content inside that element should get native style momentum scroll. Just like any other app in iOS.