Minor changes

This commit is contained in:
Eduard Urbach 2017-06-29 16:49:26 +02:00
parent ecc9b90a21
commit 3a1a8ad19b

View File

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