Add animation delay for tab transitions to enhance visual experience

This commit is contained in:
mr. M
2025-01-02 13:52:22 +01:00
parent 317dd69db3
commit 45b0e0a7ab

View File

@@ -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 {