[gnome-shell/gbsneto/random-cleanups-pt2: 3/4] iconGrid: Adjust animation delay



commit ec15002b9646e89cf38c130adc4c5d43e26c2946
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/1332

 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 2d2b4548d2..ecbbcb3ccd 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]