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 {
transition-type: crossfade;
transition-type: slide_down;
reveal-child: true;
valign: start;
Label title {
label: _("Title");
ellipsize: end;
hexpand: true;
halign: start;
margin-top: 14;
margin-bottom: 14;
margin-start: 12;
margin-end: 12;
}