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

Applying flick to second scroller #24

Open lagbot opened 12 years ago

lagbot commented 12 years ago

I have two scrollers side-by-side, one with a fixed width, while the other can scroll horizontally. I've managed to modify the code to allow for linking the two during scrolling, so scrolling in one causes the other to scroll, but flicking results in some strange behavior.

Is it possible to apply the same flick animation to a second scroller?