From 47dc3043dfa7f62923cba5a8d0675715f463f5d4 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 13 Nov 2020 14:33:32 -0300 Subject: [PATCH] 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 6c7d1f457..4bc662ea9 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;