Update animations

This commit is contained in:
kramo
2023-03-12 11:26:40 +01:00
parent 049c3b1dd4
commit b8141de130

View File

@@ -59,13 +59,16 @@ template game : Box {
} }
} }
Revealer title_revealer { Revealer title_revealer {
transition-type: crossfade; transition-type: slide_down;
reveal-child: true; reveal-child: true;
valign: start;
Label title { Label title {
label: _("Title"); label: _("Title");
ellipsize: end; ellipsize: end;
hexpand: true; hexpand: true;
halign: start; halign: start;
margin-top: 14;
margin-bottom: 14;
margin-start: 12; margin-start: 12;
margin-end: 12; margin-end: 12;
} }