Make characters mountable

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

View File

@ -23,7 +23,8 @@ component Characters(characters []*arn.Character, nextIndex int, tag string, use
component CharactersScrollable(characters []*arn.Character, user *arn.User)
each character in characters
Character(character, user)
.mountable
Character(character, user)
component CharactersTabs(tag string)
.tab-groups

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