mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
f6e47b7eb0
This one checks that we don't apply the modelview transform twice with cross-fades.
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
transform {
|
|
transform: rotate(90);
|
|
child: cross-fade {
|
|
progress: 0;
|
|
start: color {
|
|
bounds: 25 0 25 50;
|
|
color: rgb(255,0,0);
|
|
}
|
|
end: color {
|
|
bounds: 0 0 25 50;
|
|
color: rgb(0,0,0);
|
|
}
|
|
}
|
|
}
|