Make characters mountable

This commit is contained in:
2018-04-22 18:14:44 +02:00
parent 8a8b363e03
commit 2f96af30e4
2 changed files with 3 additions and 2 deletions

View File

@ -760,7 +760,7 @@ export default class AnimeNotifier {
}
modifyDelayed(elements: IterableIterator<HTMLElement>, func: (element: HTMLElement) => void) {
const maxDelay = 1000
const maxDelay = 2500
const delay = 18
let time = 0