[gnome-shell] appDisplay: Reduce drag overshoot timeout
- From: Robert Mader <rmader src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] appDisplay: Reduce drag overshoot timeout
- Date: Wed, 10 Aug 2022 15:28:52 +0000 (UTC)
commit 01e43969e812e42c7218727506474f9f1b626fa7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Aug 9 18:07:39 2022 -0300
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>
js/ui/appDisplay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index b4c00f824e..3b43f0d339 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -43,7 +43,7 @@ const PAGE_PREVIEW_ANIMATION_TIME = 150;
const PAGE_INDICATOR_FADE_TIME = 200;
const PAGE_PREVIEW_RATIO = 0.20;
-const OVERSHOOT_TIMEOUT = 1000;
+const OVERSHOOT_TIMEOUT = 300;
const DELAYED_MOVE_TIMEOUT = 200;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]