workspace: Increase window clone fade duration to 200 ms

The current value of 100 ms is barely noticable and looks very abrupt,
use 200 ms instead which make it feel like an actual transition.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1296
This commit is contained in:
Jonas Dreßler 2020-06-02 14:01:32 +02:00 committed by Georges Basile Stavracas Neto
parent 35d21c0bca
commit fe131f926d

View File

@ -14,7 +14,7 @@ var WINDOW_DND_SIZE = 256;
var WINDOW_CLONE_MAXIMUM_SCALE = 1.0;
var WINDOW_OVERLAY_IDLE_HIDE_TIMEOUT = 750;
var WINDOW_OVERLAY_FADE_TIME = 100;
var WINDOW_OVERLAY_FADE_TIME = 200;
var WINDOW_REPOSITIONING_DELAY = 750;