[gnome-todo] task-row: make animations faster



commit 72206cf9682d0731581a73186fe46779110aa294
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Oct 15 13:55:42 2017 -0200

    task-row: make animations faster

 data/ui/task-row.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/task-row.ui b/data/ui/task-row.ui
index b9fd413..d162445 100644
--- a/data/ui/task-row.ui
+++ b/data/ui/task-row.ui
@@ -82,7 +82,7 @@
                     <property name="interpolate-size">True</property>
                     <property name="homogeneous">False</property>
                     <property name="transition-type">crossfade</property>
-                    <property name="transition-duration">500</property>
+                    <property name="transition-duration">200</property>
 
                     <!-- Main page, visible when the task row is unfocused -->
                     <child>
@@ -193,7 +193,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="transition_type">slide-down</property>
-                <property name="transition_duration">500</property>
+                <property name="transition_duration">250</property>
                 <child>
                   <object class="GtdEditPane" id="edit_panel">
                     <property name="visible">True</property>


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