mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
clearing background color property after animation is done
closes #3638
This commit is contained in:
parent
f2d7acd7f0
commit
640e5a4894
1 changed files with 3 additions and 0 deletions
|
|
@ -461,6 +461,9 @@ async function flashLevel(): Promise<void> {
|
|||
},
|
||||
duration: 2000,
|
||||
easing: "easeOutCubic",
|
||||
complete: () => {
|
||||
barEl.css("background-color", "");
|
||||
},
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue