Improved groups

This commit is contained in:
2018-03-07 00:36:04 +01:00
parent 4fd5cb76e2
commit 621155bfcc
9 changed files with 23 additions and 14 deletions

View File

@ -665,7 +665,7 @@ export class AnimeNotifier {
this.loading(true)
// Delay by transition-speed
return delay(200).then(() => request)
return delay(150).then(() => request)
.then(html => Diff.innerHTML(this.app.content, html))
.then(() => this.app.emit("DOMContentLoaded"))
.then(() => this.loading(false))