mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-05 21:45:13 +00:00
feat: Lower the amount of waiting time between workspace siwtches, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -1807,7 +1807,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
|
||||
{ previousWorkspaceIndex = null, previousWorkspace = null, onInit = false } = {}
|
||||
) {
|
||||
gZenUIManager.tabsWrapper.style.scrollbarWidth = 'none';
|
||||
const kGlobalAnimationDuration = 0.3;
|
||||
const kGlobalAnimationDuration = 0.2;
|
||||
this._animatingChange = true;
|
||||
const animations = [];
|
||||
const workspaces = await this._workspaces();
|
||||
|
||||
Reference in New Issue
Block a user