summaryrefslogtreecommitdiff
path: root/testsuite/gsk/compare/crossfade-clip-both-children.node
blob: 7af23385196e517829d1274a21b7301bbcbcf758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
color {
  bounds: 0 0 150 50;
  color: rgb(0,0,0);
}
clip {
  clip: 50 0 50 50;
  child: cross-fade {
    progress: 0.6;
    start: color {
      bounds: 0 0 50 50;
      color: rgb(255,0,0);
    }
    end: color {
      bounds: 100 0 50 50;
      color: rgb(0,0,255);
    }
  }
}