summaryrefslogtreecommitdiff
path: root/testsuite/reftests/color-transition.css
blob: 4daf81fd1f7a0a04c2a86637000ffcbcef65449b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "reset-to-defaults.css";

@keyframes foo {
  100% { background-color: blue; }
}

window {
  background-color: #7F0080;
}

GtkBox {
  background-color: red;
}

GtkBox GtkBox {
  background-color: transparent;
  animation: foo 100s steps(2);
}