[the-board] [ui] Make slide in/out in Toolbar slightly faster
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Make slide in/out in Toolbar slightly faster
- Date: Wed, 17 Nov 2010 00:24:21 +0000 (UTC)
commit 17b5723fadaf7c1a63aa65d6bf1eab15431aafa3
Author: Lucas Rocha <lucasr gnome org>
Date: Sun Nov 14 01:52:13 2010 +0000
[ui] Make slide in/out in Toolbar slightly faster
src/js/ui/toolbar.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/js/ui/toolbar.js b/src/js/ui/toolbar.js
index 98ad840..f11a818 100644
--- a/src/js/ui/toolbar.js
+++ b/src/js/ui/toolbar.js
@@ -14,9 +14,9 @@ const ToolBox = imports.ui.toolBox;
const _SPACING = 10;
const _ACTIVATE_TIME = 0.25;
const _ACTIVATE_TRANSITION = "easeOutCubic";
-const _SHOW_TIME = 0.25;
+const _SHOW_TIME = 0.2;
const _SHOW_TRANSITION = "easeOutCubic";
-const _HIDE_TIME = 0.25;
+const _HIDE_TIME = 0.2;
const _HIDE_TRANSITION = "easeInCubic";
const _TOOLBOX_DEPTH = 0.1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]