Update animations
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user