gtk2/testsuite/css/parser/animation-play-state.css

20 lines
222 B
CSS
Raw Normal View History

a {
animation-play-state: initial;
}
b {
animation-play-state: inherit;
}
c {
animation-play-state: unset;
}
d {
animation-play-state: running;
}
e {
animation-play-state: running, paused, running, paused;
}