malsup / cycle2

2nd gen cycling
899 stars 238 forks source link

Swipe Up / Down. Issue #726 #729

Closed jaguadoromero closed 2 years ago

jaguadoromero commented 8 years ago

I have included the possibility of swipe up / down instead of just left / right. This is through cycle2 swipe plugin (jquery.cycle2.swipe).

For choose between swipe left/right or up/down you can use the option in the markup data-cycle-swipe-type="vertical" for up/down and, if not includes this option or it sets to "horizontal", the swipe will be left/right.

For set the animation movement up to down / down to up yo can use the cycle2 plugin scrollVert (jquery.cycle2.scrollVert) and set the option in markup data-cycle-swipe-fx="scrollVert".