Animate workspace view switches
Replace the hard switch between linear and mosaic workspace view with a an animated transition between the views. https://bugzilla.gnome.org/show_bug.cgi?id=610191
This commit is contained in:
@ -263,9 +263,6 @@ Overview.prototype = {
|
||||
// Show new workspacesView
|
||||
this._group.add_actor(this._workspaces.actor);
|
||||
this._dash.actor.raise(this._workspaces.actor);
|
||||
|
||||
// Set new position and scale to workspaces.
|
||||
this.emit('showing');
|
||||
},
|
||||
|
||||
_recalculateGridSizes: function () {
|
||||
|
Reference in New Issue
Block a user