jquery-mobile/experiments/scrollview
Kin Blas aa1f94a81f Added support for scrolling via scrollTop/scrollLeft.
Modified sv-test-02.html so that you can dynamically switch the scrolling method used. This will allow us to test the performance of different methods on the different platforms.

Modified scrollview.js so that you can specify @data-scroll-method="translate|position|scroll".
2010-12-14 16:05:52 -08:00
..
index.html Changed page title. 2010-12-13 15:22:39 -08:00
jquery.easing.1.3.js Initial checkin of experimental support for momentum scrolling. We'd really like native browser support for sub-page scrolling, but until then, we need something. 2010-11-18 15:12:27 -08:00
jquery.mobile.scrollview.css Implemented support for nested scrollviews, scroll propagation, and direction locking. To make a div scrollable use: 2010-12-01 14:04:54 -08:00
jquery.mobile.scrollview.js Added support for scrolling via scrollTop/scrollLeft. 2010-12-14 16:05:52 -08:00
lists-divider.html Initial checkin of experimental support for momentum scrolling. We'd really like native browser support for sub-page scrolling, but until then, we need something. 2010-11-18 15:12:27 -08:00
scrollview-direction.html Implemented view paging for the scrollview. This feature is only enabled for horizontal and vertical scrollviews. To use, pass "xp" or "yp" for the @data-scroll attribute. 2010-12-02 09:47:46 -08:00
scrollview-nested.html Fixed some copy/paste typos in the nested sample. 2010-12-01 14:57:28 -08:00
scrollview.js Added support for scrolling via scrollTop/scrollLeft. 2010-12-14 16:05:52 -08:00
sv-test-01.html Modified index so that all tests launch externally so they can pick up the CSS and JS that is specific to that test. 2010-12-13 14:20:14 -08:00
sv-test-02.html Added support for scrolling via scrollTop/scrollLeft. 2010-12-14 16:05:52 -08:00