[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/desktop/applets/tasks
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2011-01-28 18:26:17
Message-ID: 20110128182617.AA43CAC8BB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1217798 by aseigo:

slow down some fo the anims now that they are actually pushing reasonably fast


 M  +4 -4      abstracttaskitem.cpp  


--- trunk/KDE/kdebase/workspace/plasma/desktop/applets/tasks/abstracttaskitem.cpp #1217797:1217798
@@ -227,7 +227,7 @@
     }
 
     if (newBackground != m_backgroundPrefix) {
-        fadeBackground(newBackground, 100);
+        fadeBackground(newBackground, 250);
     }
 }
 
@@ -329,7 +329,7 @@
 void AbstractTaskItem::hoverEnterEvent(QGraphicsSceneHoverEvent *event)
 {
     Q_UNUSED(event)
-    fadeBackground("hover", 175);
+    fadeBackground("hover", 250);
     QGraphicsWidget *w = parentWidget();
     if (w && this != m_applet->rootGroupItem()) {
         if (m_hoverEffectTimerId) {
@@ -442,9 +442,9 @@
         }
 
         if (m_attentionTicks % 2 == 0) {
-            fadeBackground("attention", 100);
+            fadeBackground("attention", 200);
         } else {
-            fadeBackground("normal", 150);
+            fadeBackground("normal", 250);
         }
     } else if (event->timerId() == m_hoverEffectTimerId) {
         killTimer(m_hoverEffectTimerId);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic