Learning_GTK4_tree/testsuite/gsk/nodeparser/crash3.node

19 lines
243 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
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;
}