1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 02:24:12 +02:00

Increasing timeout

This commit is contained in:
Antonio Laguna
2017-02-27 20:16:26 +01:00
parent bc64fcef7e
commit 2e6471e2ee

View File

@@ -55,7 +55,7 @@ export default class Scroll {
* @private
*/
onSlideChange_() {
this.timeout_ = setTimeout(() => { this.timeout_ = null; }, 400);
this.timeout_ = setTimeout(() => { this.timeout_ = null; }, 500);
}
/**