user-accounts: Animate page transitions in the Carousel

https://bugzilla.gnome.org/show_bug.cgi?id=778405
This commit is contained in:
Felipe Borges 2017-02-09 19:54:03 +01:00
parent c1f56c3e4a
commit bce05cb8bd

View file

@ -12,6 +12,8 @@
<child> <child>
<object class="GtkStack" id="stack"> <object class="GtkStack" id="stack">
<property name="visible">True</property> <property name="visible">True</property>
<property name="transition_duration">400</property>
<property name="transition_type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property>
<style> <style>
<class name="location-bar"/> <class name="location-bar"/>
</style> </style>