mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
19 lines
243 B
Plaintext
19 lines
243 B
Plaintext
|
cross-fade {
|
||
|
start: container {
|
||
|
color {
|
||
|
color: red;
|
||
|
bounds: 0 0 10 10;
|
||
|
}
|
||
|
color {
|
||
|
color: green;
|
||
|
bounds: 10 10 10 10;
|
||
|
}
|
||
|
}
|
||
|
end: color {
|
||
|
color: blue;
|
||
|
bounds: 5 5 10 10;
|
||
|
}
|
||
|
progress: 0.2;
|
||
|
}
|
||
|
|