Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript library, or jquery plugin to create swipe-based carousel in mobile safari / ipad

Have you seen yahoo's ipad/tablet home page? The swipe effect for flipping through headlines is impressive. I have seen some workarounds in jquery (using the cycle plugin + the touchwipe plugin) but these all simply detect user gesture and then run the x- absolute position animation, rather than actually track the user's gesture. Know of a solution similar to yahoo's?

like image 630
phirschybar Avatar asked Mar 28 '11 19:03

phirschybar


2 Answers

Found the solution: http://cubiq.org/iscroll-4

Used the "snap-to" option to re-create the carousel effect.

like image 170
phirschybar Avatar answered Nov 08 '22 20:11

phirschybar


Swipe JS is a good one. If this is the effect that you are looking for - http://swipejs.com

like image 34
Pixelgrey Avatar answered Nov 08 '22 19:11

Pixelgrey