diff --git a/swipe.js b/swipe.js index 8b29717..8e26f27 100644 --- a/swipe.js +++ b/swipe.js @@ -217,7 +217,8 @@ function Swipe(container, options) { var interval; function begin() { - + //clear history or Sliding speed faster and faster + clearTimeout(interval); interval = setTimeout(next, delay); } @@ -309,7 +310,7 @@ function Swipe(container, options) { event.preventDefault(); // stop slideshow - stop(); + //stop(); // increase resistance if first or last slide if (options.continuous) { // we don't add resistance at the end