magnifier: Animate focus/caret position changes

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
This commit is contained in:
Carlos Garnacho 2020-02-06 11:03:09 +01:00 committed by Florian Müllner
parent 60c540e93a
commit b1ea4f6c35

View File

@ -1186,7 +1186,8 @@ var ZoomRegion = class ZoomRegion {
this._followingCursor = false;
this._changeROI({ xCenter: x,
yCenter: y });
yCenter: y,
animate: true });
}
/**