From 2e6471e2eec606b72f0a9e19796346579a2b80f5 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Mon, 27 Feb 2017 20:16:26 +0100 Subject: [PATCH] Increasing timeout --- src/js/plugins/scroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/plugins/scroll.js b/src/js/plugins/scroll.js index dc59c7a..678cf46 100644 --- a/src/js/plugins/scroll.js +++ b/src/js/plugins/scroll.js @@ -55,7 +55,7 @@ export default class Scroll { * @private */ onSlideChange_() { - this.timeout_ = setTimeout(() => { this.timeout_ = null; }, 400); + this.timeout_ = setTimeout(() => { this.timeout_ = null; }, 500); } /**