[gnome-shell/wip/paging-release: 85/85] AppDisplay: Icon opacity animation time increased to match collection open animation time



commit 5e65e4eca6120e85e6f9f2b7dd30ebf6ca021d33
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Aug 12 15:38:58 2013 +0200

    AppDisplay: Icon opacity animation time increased to match collection open animation time

 js/ui/appDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index b9ab0e1..3c2ef6a 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -35,7 +35,7 @@ const MIN_COLUMNS = 4;
 const MIN_ROWS = 4;
 
 const INACTIVE_GRID_OPACITY = 77;
-const INACTIVE_GRID_OPACITY_ANIMATION_TIME = 0.15;
+const INACTIVE_GRID_OPACITY_ANIMATION_TIME = 0.40;
 const FOLDER_SUBICON_FRACTION = .4;
 
 const MAX_APPS_PAGES = 20;
@@ -44,7 +44,7 @@ const PAGE_SWITCH_TIME = 0.3;
 //change page
 const PAGE_SWITCH_TRESHOLD = 0.2;
 
-const POPUP_FOLDER_VIEW_ANIMATION = 0.3;
+const POPUP_FOLDER_VIEW_ANIMATION = 0.25;
 
 // Recursively load a GMenuTreeDirectory; we could put this in ShellAppSystem
 // too


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]