davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

Demo Missing css-beziers.js #20

Open jmbeck opened 13 years ago

jmbeck commented 13 years ago

Maybe this is by design, but the demo scrolling gets sticky because it doesn't come stock with css-beziers. Since I, like most people, skip over the readme, it took me a long time to figure this out.

Would you be willing to add this? <script src="https://github.com/davidaurelio/css-beziers/raw/master/src/css-beziers.js"></script>

That way you still don't have to include it in your project, but developers looking through your demo/index.html will know they need it.