[gnome-software/964-add-crossfade-animation-to-main-gtkstack] main: Add crossfade animation to main GtkStack



commit 8ae0f712c4eef28352cd22e5056594f87d31baca
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jan 29 09:31:10 2021 +0100

    main: Add crossfade animation to main GtkStack
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/964

 src/gnome-software.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 0811b6116..eb6b2d039 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -492,6 +492,7 @@
                   <object class="GtkStack" id="stack_main">
                     <property name="visible">True</property>
                     <property name="homogeneous">False</property>
+                    <property name="transition-type">crossfade</property>
                     <child>
                       <object class="GsOverviewPage" id="overview_page">
                         <property name="visible">True</property>


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