From 0579c7affa1b7b3679ca9e4aeac7ee064825f6c2 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 16 Feb 2025 19:45:02 +0100 Subject: [PATCH] Changed panel UI animation speend and transition function --- src/browser/base/content/zen-styles/zen-panel-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/base/content/zen-styles/zen-panel-ui.css b/src/browser/base/content/zen-styles/zen-panel-ui.css index a6ac50c24..7938194e7 100644 --- a/src/browser/base/content/zen-styles/zen-panel-ui.css +++ b/src/browser/base/content/zen-styles/zen-panel-ui.css @@ -7,7 +7,7 @@ panel[type='arrow'][animate][animate='open']::part(content) { animation: zen-jello-animation 0.35s ease; @media (-moz-platform: macos) { - animation: zen-jello-animation-alt 0.15s ease; + animation: zen-jello-animation-alt 0.2s ease-out; } }