[gnome-shell/gbsneto/custom-icon-positions: 4/4] iconGrid: Adjust animation delay



commit 9901978e3134c98d10814bd87a329aa4001bbf95
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]