[gnome-shell/T27795: 11/138] appDisplay: Don't animate icons one by one when opening a folder



commit 5996c83a48244e6b6789149b57c355776da01338
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Wed Sep 20 13:47:55 2017 +0100

    appDisplay: Don't animate icons one by one when opening a folder
    
    That animation doesn't feel right when opening a folder with many
    apps inside, specially on slow computers where we skip many frames.
    
    https://phabricator.endlessm.com/T18330

 js/ui/appDisplay.js | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 9147d4c02c..07543bb435 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1244,11 +1244,6 @@ var FolderView = class FolderView extends BaseAppView {
         Util.ensureActorVisibleInScrollView(this.actor, actor);
     }
 
-    // Overridden from BaseAppView
-    animate(animationDirection) {
-        this._grid.animatePulse(animationDirection);
-    }
-
     createFolderIcon(size) {
         let layout = new Clutter.GridLayout();
         let icon = new St.Widget({ layout_manager: layout,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]