mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overviewControls: Use easeOutCubic transition for overview
Swipe tracker duration is intended to be used with easeOutCubic only. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1732>
This commit is contained in:
parent
404bb7a638
commit
8eda12e6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ class ControlsManager extends St.Widget {
|
|||
this._stateAdjustment.remove_transition('value');
|
||||
this._stateAdjustment.ease(target, {
|
||||
duration,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_CUBIC,
|
||||
onComplete,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue