forked from AuroraMiddleware/gtk
1a65a6ce76
Update to the docs outlined in #1887. In particular, the changes do: 1. Require no property, have a working default for everything 2. Be clear about what gets printed and how. Tests ahve been adapted to still pass.
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
cross-fade {
|
|
end: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(255,0,204);
|
|
}
|
|
start: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(170,255,0);
|
|
}
|
|
}
|