appDisplay: Reduce drag overshoot timeout
As per design feedback, reduce it to 300 ms. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335>
This commit is contained in:
parent
341cad764e
commit
01e43969e8
@ -43,7 +43,7 @@ const PAGE_PREVIEW_ANIMATION_TIME = 150;
|
|||||||
const PAGE_INDICATOR_FADE_TIME = 200;
|
const PAGE_INDICATOR_FADE_TIME = 200;
|
||||||
const PAGE_PREVIEW_RATIO = 0.20;
|
const PAGE_PREVIEW_RATIO = 0.20;
|
||||||
|
|
||||||
const OVERSHOOT_TIMEOUT = 1000;
|
const OVERSHOOT_TIMEOUT = 300;
|
||||||
|
|
||||||
const DELAYED_MOVE_TIMEOUT = 200;
|
const DELAYED_MOVE_TIMEOUT = 200;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user