mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Use transition:"easeOutQuad" for switch_workspace, just like everywhere else
the overshoot-and-bounce-back effect (easeOutBack) gets annoying after a while
This commit is contained in:
parent
0f2860b588
commit
675fe56176
1 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ WindowManager.prototype = {
|
|||
{ x: xDest,
|
||||
y: yDest,
|
||||
time: SWITCH_ANIMATION_TIME,
|
||||
transition: "easeOutBack",
|
||||
transition: "easeOutQuad",
|
||||
onComplete: this._switchWorkspaceDone,
|
||||
onCompleteScope: this
|
||||
});
|
||||
|
|
@ -351,7 +351,7 @@ WindowManager.prototype = {
|
|||
{ x: 0,
|
||||
y: 0,
|
||||
time: SWITCH_ANIMATION_TIME,
|
||||
transition: "easeOutBack"
|
||||
transition: "easeOutQuad"
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue