[gnome-shell/wip/new-notifications: 563/569] adjust timeout animation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/new-notifications: 563/569] adjust timeout animation
- Date: Tue, 3 Jun 2014 18:03:58 +0000 (UTC)
commit 75447b249c26197a8b407297f73005e29dc05e2e
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 3bd0b99..a9051d1 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1606,7 +1606,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]