summaryrefslogtreecommitdiff
path: root/testsuite/gsk/gl/cross_fade.txt
blob: 6926c778154aa542238228dada23582e1041783e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cross-fade {
  progress: 0.5;
  start: color {
    bounds: 0 0 200 200;
    color: white;
  }
  end: linear-gradient {
    bounds: 100 100 200 200;
    start: 200 100;
    end: 200 300;
    stops: 0 red, 1 blue;
  }
}