Replies: 1 comment
-
Here's a Place this in your profile directory in the /* --- Disable workspace sliding animations --- */
zen-workspace {
display: none !important;
transform: none !important;
transition: none !important;
}
zen-workspace:not([style*="translateX("]),
zen-workspace[style*="translateX(0%)"],
zen-workspace[style*="translateX(0px)"] {
display: flex !important;
}
:root[animating-background] zen-workspace:last-of-type {
display: flex !important;
}
:root[swipe-gesture] zen-workspace {
display: none !important;
transform: none !important;
}
:root[swipe-gesture] zen-workspace:last-of-type {
display: flex !important;
}
:root[animating-background] .zen-sidebar-pinned-tabs,
:root[animating-background] #zen-sidebar-pinned-tabs,
:root[animating-background] [class*="pinned"],
:root[animating-background] [class*="essential"] {
transform: none !important;
transition: none !important;
}
:root[swipe-gesture] .zen-sidebar-pinned-tabs,
:root[swipe-gesture] #zen-sidebar-pinned-tabs,
:root[swipe-gesture] [class*="pinned"],
:root[swipe-gesture] [class*="essential"] {
transform: none !important;
transition: none !important;
} You can find a more thorough guide on installation here if the above doesn't make sense to you: https://github.com/SimonB97/helpers/tree/master/universal/zen-browser-workspace-animation-disable Edit: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When switching workspaces there is a 1/2 second delay until the tab of the new workspace is displayed.
Also there is a animation going on in the sidebar. How can I disable it and achieve instant switching?
Beta Was this translation helpful? Give feedback.
All reactions