overview: Fix fading out desktop icons
A typo in commit 0846238f69
broke the animation.
Signed-off-by: Harshula Jayasuriya <harshula@hj.id.au>
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1616
This commit is contained in:
parent
314a89a837
commit
817aec5466
@ -452,7 +452,7 @@ var Overview = class {
|
||||
this._desktopFade.show();
|
||||
this._desktopFade.ease({
|
||||
opacity: 0,
|
||||
mode: Clutter.Animates.EASE_OUT_QUAD,
|
||||
mode: Clutter.AnimationMode.EASE_OUT_QUAD,
|
||||
duration: ANIMATION_TIME
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user