From ddd7f165bf070f0497fadbdaed7d4fcb7a332997 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Mon, 16 Feb 2026 16:25:01 +0100 Subject: [PATCH] feat: Lower the timing of panel animations, b=no-bug, c=common --- src/zen/common/styles/zen-panel-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-panel-ui.css b/src/zen/common/styles/zen-panel-ui.css index 9c1a0c4dd..d093d0373 100644 --- a/src/zen/common/styles/zen-panel-ui.css +++ b/src/zen/common/styles/zen-panel-ui.css @@ -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; } } }