From 45b0e0a7ab81f00e5aeeb4b034609749b6a9f091 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Thu, 2 Jan 2025 13:52:22 +0100 Subject: [PATCH] Add animation delay for tab transitions to enhance visual experience --- .../base/content/zen-styles/zen-tabs/vertical-tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css index d0bd9054a..2275df01f 100644 --- a/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css +++ b/src/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css @@ -240,13 +240,13 @@ #tabbrowser-tabs:not([dont-animate-tabs='true']) &[fadein='true']:not([zen-essential='true']) { #tabbrowser-tabs[zen-workspace-animation='previous'] & { animation: zen-slide-in 0.4s ease; + animation-delay: 0.2s; } #tabbrowser-tabs[zen-workspace-animation='next'] & { animation: zen-slide-in-reverse 0.4s ease; + animation-delay: 0.2s; } - - animation-delay: 0.2s; } &:not([zen-essential='true']):active {