iconGrid: Adjust animation delay
As per design feedback, adjust the animation delay to be shorter. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1332
This commit is contained in:
parent
821f3e8ddf
commit
8f547c9d5d
@ -31,7 +31,7 @@ var IconSize = {
|
||||
var APPICON_ANIMATION_OUT_SCALE = 3;
|
||||
var APPICON_ANIMATION_OUT_TIME = 250;
|
||||
|
||||
const ICON_POSITION_DELAY = 25;
|
||||
const ICON_POSITION_DELAY = 10;
|
||||
|
||||
const defaultGridModes = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user