Fixed transitions
This commit is contained in:
parent
326c4161aa
commit
8f3c03a5c5
@ -212,9 +212,9 @@ export class AnimeNotifier {
|
||||
let type = element.dataset.mountableType || "general"
|
||||
|
||||
if(type in mountableTypes) {
|
||||
time = mountableTypes[element.dataset.mountableType] += delay
|
||||
time = mountableTypes[type] += delay
|
||||
} else {
|
||||
time = mountableTypes[element.dataset.mountableType] = 0
|
||||
time = mountableTypes[type] = 0
|
||||
}
|
||||
|
||||
if(time > maxDelay) {
|
||||
|
Loading…
Reference in New Issue
Block a user