Increase speed to show popup

This commit is contained in:
Laurent Destailleur 2009-05-06 14:27:59 +00:00
parent 39f233ac14
commit 6a00f13fa5

View File

@ -1228,8 +1228,8 @@ var Windows = {
observers: [],
focusedWindow: null,
maxZIndex: 0,
overlayShowEffectOptions: {duration: 0.5},
overlayHideEffectOptions: {duration: 0.5},
overlayShowEffectOptions: {duration: 0.3},
overlayHideEffectOptions: {duration: 0.3},
addObserver: function(observer) {
this.removeObserver(observer);