appDisplay: Reduce page switch time to 250ms
Be consistent with workspace switching. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/825
This commit is contained in:
parent
9c1940ef9d
commit
944b835fa9
@ -35,7 +35,7 @@ var MIN_FREQUENT_APPS_COUNT = 3;
|
||||
var VIEWS_SWITCH_TIME = 400;
|
||||
var VIEWS_SWITCH_ANIMATION_DELAY = 100;
|
||||
|
||||
var PAGE_SWITCH_TIME = 300;
|
||||
var PAGE_SWITCH_TIME = 250;
|
||||
|
||||
var APP_ICON_SCALE_IN_TIME = 500;
|
||||
var APP_ICON_SCALE_IN_DELAY = 700;
|
||||
|
Loading…
Reference in New Issue
Block a user