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:
parent
35d21c0bca
commit
fe131f926d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user