mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Changed to using animate instead of class-based css
This commit is contained in:
parent
d2e87e4eb9
commit
3641d328bf
3 changed files with 37 additions and 58 deletions
|
|
@ -25,7 +25,8 @@ export default class DhCountdowns extends foundry.abstract.DataModel {
|
|||
return acc;
|
||||
}, []);
|
||||
|
||||
foundry.ui.countdowns.changedCountdownsForAnimation.add(...changedCountdowns);
|
||||
for (const countdownKey of changedCountdowns)
|
||||
foundry.ui.countdowns.changedCountdownsForAnimation.add(countdownKey);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue