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:
Harshula Jayasuriya 2019-09-14 21:39:28 +10:00 committed by Florian Müllner
parent 314a89a837
commit 817aec5466

View File

@ -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
});
}