[gnome-shell/wip/new-notifications] adjust timeout animation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/new-notifications] adjust timeout animation
- Date: Fri, 13 Dec 2013 18:41:30 +0000 (UTC)
commit 3cedbd8d4c222b0d651c57164d4121c450e7e1ab
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Dec 13 13:37:22 2013 -0500
adjust timeout animation
js/ui/messageTray.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 642a866..f7e377b 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1595,7 +1595,8 @@ const MessageTrayIndicator = new Lang.Class({
this.pressureValue = value;
if (value > 0) {
Tweener.removeTweens(this);
- Tweener.addTween(this, { time: this._pressureBarrier.timeout / 1000,
+ Tweener.addTween(this, { time: 1,
+ delay: this._pressureBarrier.timeout / 1000,
pressureValue: 0 });
}
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]