diff --git a/swipe.js b/swipe.js index 8b29717..8df8c58 100644 --- a/swipe.js +++ b/swipe.js @@ -224,7 +224,7 @@ function Swipe(container, options) { function stop() { - delay = 0; + delay = options.auto > 0 ? options.auto : 0; clearTimeout(interval); }