Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

Added "disableTouch" option to ignore touches, allowing use as a simple "slideshow"

Open luis-kaufmann-silva opened this issue 11 years ago • 0 comments

var x = Swipe(document.getElementById("foo"), {
  disableTouch : true
});

"touchstart", "touchEnd" and "TouchMove" are disabled when the "disableTouch" flag is specified as false. If "true" or "undefined" touch is enabled

luis-kaufmann-silva avatar Feb 25 '14 01:02 luis-kaufmann-silva