I'm trying to find a method or a plugin that will replicate the effect in iOS App where you can slide from left or right and it will lock onto the next pane when lift your finger if you've slid enough in that direction.
How to have it know when you've scrolled enough and then set the new position to focus on? Is there a good jQuery plugin for this kind of thing? jQuery Mobile doesn't seem to have this sort of feature.
The layout that I have in mind is like 4-5 DIVS next to each other inside side a single DIV with maybe overscroll set to hidden. Then when you start to slide over to the next pane it can fire of an Event that changes the left/right CSS position with some Transition effect and then also update the tab to show that new new pane is selected.