Experiments with custom wrappers over native scroll to achieve higher order functions
Jan 19th 2017
Starting v0.7.0 the kinetic engine has been completely changed and is now following how ariya / kinetic has implemented its kinetic scrolling. Understand its implementation here. This port inspired from this codebase and implemented it for native scroll rather than CSS transforms.
Primary objective is to have multiple (related) scrollable areas, scroll as one, when anyone of them is scrolled. The demo is step up to test them on UIWebView (iOS) and determine the best way we can achieve the desired results. There are three different implemented flavors of native scrolls listed below:
Augmenting default scroll and Mimic tap-swipe on non-touch devices
This flavor detects touch support and provides synchronous scroll on both touch and no-touch devices. Additionally on non-touch devices it also provided swipe to scroll.
coming soon