[gnome-shell] appDisplay: Adjust label collapse and expand times



commit 47dc3043dfa7f62923cba5a8d0675715f463f5d4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Nov 13 14:33:32 2020 -0300

    appDisplay: Adjust label collapse and expand times
    
    As per design feedback, these times are too slow.
    
    Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3333
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1496

 js/ui/appDisplay.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 6c7d1f4570..4bc662ea9a 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -32,8 +32,8 @@ var SCROLL_TIMEOUT_TIME = 150;
 var APP_ICON_SCALE_IN_TIME = 500;
 var APP_ICON_SCALE_IN_DELAY = 700;
 
-var APP_ICON_TITLE_EXPAND_TIME = 250;
-var APP_ICON_TITLE_COLLAPSE_TIME = 150;
+var APP_ICON_TITLE_EXPAND_TIME = 200;
+var APP_ICON_TITLE_COLLAPSE_TIME = 100;
 
 const FOLDER_DIALOG_ANIMATION_TIME = 200;
 


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