[gnome-shell/wip/sassWithSomeFixes: 29/33] theme: Match list row hover transition type of gtk



commit 44c074c2a6092ed4c15137bc295ba9ddd0c40ae1
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Sat Oct 25 20:58:51 2014 +0200

    theme: Match list row hover transition type of gtk
    
    Currently we animate in both sides, hover on and hover off, and with
    200ms. The downside of that it that it feels sluggish when passing with
    the mouse hovering few items because the on transition is slow.
    
    Match what gtk did for fix this for list rows hover state at
    commit 52e91f1f74ecb943d, animating only on off hover. However,
    gnome-shell doesn't support different kind of transitions for its css,
    that will be lovely to have a easeOutQuad as well here.

 data/theme/_common.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 914b323..dbe90cf 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -562,7 +562,7 @@ StScrollBar {
     &:focus > .overview-icon, 
     &:selected > .overview-icon { 
       background-color: transparentize($fg_color,.9);
-      transition-duration: 200ms;
+      transition-duration: 0ms;
       border-image: none;
       background-image: none;
     }


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