gtk2/testsuite/reftests/color-transition.css

19 lines
250 B
CSS
Raw Normal View History

@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);
}