mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
Add animation delay for tab transitions to enhance visual experience
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user