mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue