From 3a1a8ad19b0d4a8593ea29e7cdf9ab377fb43b45 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 29 Jun 2017 16:49:26 +0200 Subject: [PATCH] Minor changes --- scripts/AnimeNotifier.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index 836c1f07..c861a741 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -236,7 +236,8 @@ export class AnimeNotifier { this.unmountMountables() this.loading(true) - return delay(330).then(() => { + // Delay by transition-speed + return delay(300).then(() => { request .then(html => this.app.setContent(html, true)) .then(() => this.app.markActiveLinks())