component / swipe

Swipe component with touch support (for image carousels, dynamic content etc)
http://component.github.com/swipe
61 stars 14 forks source link

Swipe.loop added to affect how next and prev work #22

Open pirxpilot opened 11 years ago

pirxpilot commented 11 years ago

If Swipe.loop(true) is called next on the last tile will rewind to the first one, and prev on the first tile will rewind to the last.

This is an alternative to #21