[gnome-control-center] user-accounts: Animate page transitions in the Carousel



commit bce05cb8bd2a0e0b071f5f3842086f0bf173f47b
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Feb 9 19:54:03 2017 +0100

    user-accounts: Animate page transitions in the Carousel
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778405

 panels/user-accounts/data/carousel.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/user-accounts/data/carousel.ui b/panels/user-accounts/data/carousel.ui
index a9bc0ff..301a038 100644
--- a/panels/user-accounts/data/carousel.ui
+++ b/panels/user-accounts/data/carousel.ui
@@ -12,6 +12,8 @@
         <child>
           <object class="GtkStack" id="stack">
             <property name="visible">True</property>
+            <property name="transition_duration">400</property>
+            <property name="transition_type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property>
             <style>
               <class name="location-bar"/>
             </style>


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