[gnome-shell/wip/swarm: 9/9] Dash: Animate on new window



commit 02691d3e77ff52df5f7a7a859deb628bd7c0e790
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Thu Jun 26 21:10:15 2014 +0200

    Dash: Animate on new window
    
    Following design decision animate dash icons on new window.

 js/ui/dash.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 99635cd..c13d1f1 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -528,7 +528,8 @@ const Dash = new Lang.Class({
     _createAppItem: function(app) {
         let appIcon = new AppDisplay.AppIcon(app,
                                              { setSizeManually: true,
-                                               showLabel: false });
+                                               showLabel: false,
+                                               animateOnNewWindow: true });
         appIcon._draggable.connect('drag-begin',
                                    Lang.bind(this, function() {
                                        appIcon.actor.opacity = 50;


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