[gnome-shell/wip/paging-release: 37/38] AppDisplay: Icon opacity animation time increased to match collection open animation time
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 37/38] AppDisplay: Icon opacity animation time increased to match collection open animation time
- Date: Tue, 13 Aug 2013 20:14:07 +0000 (UTC)
commit c7c02be288ad97a41eaaefc93cdf4301b1bc17d1
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 1d9d325..b43196f 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -34,7 +34,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 MAX_APPS_PAGES = 20;
const PAGE_SWITCH_TRESHOLD = 0.2;
const PAGE_SWITCH_TIME = 0.3;
-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
function _loadCategory(dir, view) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]