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())