[gnome-shell/gbsneto/app-grid-follow-ups: 1/3] Revert "appDisplay: Reduce drag overshoot timeout"




commit 4bb6e303bda84c5b44920133460b04cb5395f622
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Aug 20 18:33:31 2022 -0300

    Revert "appDisplay: Reduce drag overshoot timeout"
    
    This reverts commit 01e43969e812e42c7218727506474f9f1b626fa7.
    
    As per design feedback [1].
    
    [1]
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335#note_1525991

 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 92ed05b72f..fd73bf1b71 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -44,7 +44,7 @@ const PAGE_INDICATOR_FADE_TIME = 200;
 const PAGE_PREVIEW_RATIO = 0.20;
 
 const OVERSHOOT_THRESHOLD = 20;
-const OVERSHOOT_TIMEOUT = 300;
+const OVERSHOOT_TIMEOUT = 1000;
 
 const DELAYED_MOVE_TIMEOUT = 200;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]