Skip to content

Commit

Permalink
clapper-gtk: billboard: Make transition a tad faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafostar committed Jun 29, 2024
1 parent 736fddb commit 135be60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/clapper-gtk/ui/clapper-gtk-billboard.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<property name="halign">start</property>
<property name="valign">center</property>
<property name="transition-type">crossfade</property>
<property name="transition-duration">500</property>
<property name="transition-duration">300</property>
<property name="visible">false</property>
<signal name="notify::child-revealed" handler="revealer_revealed_cb"/>
<child>
Expand Down Expand Up @@ -86,7 +86,7 @@
<property name="halign">start</property>
<property name="valign">fill</property>
<property name="transition-type">slide-right</property>
<property name="transition-duration" bind-source="progress_revealer" bind-property="transition-duration" bind-flags="sync-create"/>
<property name="transition-duration">200</property>
<property name="reveal-child" bind-source="progress_revealer" bind-property="reveal-child" bind-flags="invert-boolean">false</property>
<child>
<object class="GtkLabel" id="progress_label">
Expand All @@ -113,7 +113,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="transition-type">crossfade</property>
<property name="transition-duration">500</property>
<property name="transition-duration">300</property>
<signal name="notify::child-revealed" handler="revealer_revealed_cb"/>
<child>
<object class="ClapperGtkContainer">
Expand Down

0 comments on commit 135be60

Please sign in to comment.