14 lines
233 B
Text
14 lines
233 B
Text
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);
|
|
}
|
|
}
|
|
}
|