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
This commit is contained in:
parent
25ca8826ed
commit
47dc3043df
@ -32,8 +32,8 @@ var SCROLL_TIMEOUT_TIME = 150;
|
|||||||
var APP_ICON_SCALE_IN_TIME = 500;
|
var APP_ICON_SCALE_IN_TIME = 500;
|
||||||
var APP_ICON_SCALE_IN_DELAY = 700;
|
var APP_ICON_SCALE_IN_DELAY = 700;
|
||||||
|
|
||||||
var APP_ICON_TITLE_EXPAND_TIME = 250;
|
var APP_ICON_TITLE_EXPAND_TIME = 200;
|
||||||
var APP_ICON_TITLE_COLLAPSE_TIME = 150;
|
var APP_ICON_TITLE_COLLAPSE_TIME = 100;
|
||||||
|
|
||||||
const FOLDER_DIALOG_ANIMATION_TIME = 200;
|
const FOLDER_DIALOG_ANIMATION_TIME = 200;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user