11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
|
cross-fade {
|
||
|
start: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(170,255,0);
|
||
|
}
|
||
|
end: color {
|
||
|
bounds: 0 0 50 50;
|
||
|
color: rgb(255,0,204);
|
||
|
}
|
||
|
}
|