[gnome-shell/gbsneto/custom-icon-positions: 20/25] iconGrid: Adjust animation delay
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/custom-icon-positions: 20/25] iconGrid: Adjust animation delay
- Date: Wed, 24 Jun 2020 19:46:11 +0000 (UTC)
commit 26713f808504bad813da5c3cea16c43b679543d7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jun 24 12:54:52 2020 -0300
iconGrid: Adjust animation delay
As per design feedback, adjust the animation delay
to be shorter.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1284
js/ui/iconGrid.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
index 3c3a152189..5c45461cb9 100644
--- a/js/ui/iconGrid.js
+++ b/js/ui/iconGrid.js
@@ -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 = [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]