Revert "wip: cross fade the window_group and window clones going in/out of the overview"
This reverts commit 1625591598
.
This commit is contained in:
@ -535,15 +535,7 @@ Overview.prototype = {
|
||||
//
|
||||
// If we switched to displaying the actors in the Overview rather than
|
||||
// clones of them, this would obviously no longer be necessary.
|
||||
|
||||
global.window_group.raise(global.overlay_group);
|
||||
Tweener.addTween(global.window_group,
|
||||
{ opacity: 0,
|
||||
time: ANIMATION_TIME,
|
||||
transition: 'easeInOutQuad',
|
||||
onComplete: function() { global.window_group.hide(); }
|
||||
});
|
||||
|
||||
global.window_group.hide();
|
||||
this._group.show();
|
||||
this._background.show();
|
||||
|
||||
@ -672,14 +664,6 @@ Overview.prototype = {
|
||||
this.animationInProgress = true;
|
||||
this._hideInProgress = true;
|
||||
|
||||
global.window_group.raise(global.overlay_group);
|
||||
global.window_group.show();
|
||||
Tweener.addTween(global.window_group,
|
||||
{ opacity: 255,
|
||||
time: ANIMATION_TIME,
|
||||
transition: 'easeInOutQuad'
|
||||
});
|
||||
|
||||
if (!this.workspaces.getActiveWorkspace().hasMaximizedWindows()) {
|
||||
this._desktopFade.opacity = 0;
|
||||
this._desktopFade.show();
|
||||
@ -720,6 +704,8 @@ Overview.prototype = {
|
||||
},
|
||||
|
||||
_hideDone: function() {
|
||||
global.window_group.show();
|
||||
|
||||
this.workspaces.destroy();
|
||||
this.workspaces = null;
|
||||
|
||||
|
Reference in New Issue
Block a user