adjust timeout animation
This commit is contained in:
parent
26d2fb8a37
commit
75447b249c
@ -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 });
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user