consistent animation timing

This commit is contained in:
Miodec 2022-11-16 12:44:07 +01:00
parent 9b15329337
commit a1479518a2

View file

@ -185,7 +185,7 @@ export let show = (): void => {
{
opacity: 1,
},
100
125
);
}
$("#commandLine input").val("");
@ -206,8 +206,9 @@ function hide(shouldFocusTestUI = true): void {
{
opacity: 0,
},
100,
125,
() => {
addCommandlineBackground();
$("#commandLineWrapper").addClass("hidden");
$("#commandLine").removeClass("allCommands");
if (shouldFocusTestUI) {