feat: Lower the timing of panel animations, b=no-bug, c=common

This commit is contained in:
mr. m
2026-02-16 16:25:01 +01:00
parent ae5f9060d4
commit ddd7f165bf

View File

@@ -20,7 +20,7 @@ panel[type="arrow"] {
}
-moz-window-opacity: 0;
&[animate="open"] {
animation: zen-jello-animation-macos 0.2s ease-in-out forwards !important;
animation: zen-jello-animation-macos 0.1s ease-out forwards !important;
}
}
}