gtk2/testsuite/css/parser/animation-fill-mode.css

20 lines
213 B
CSS
Raw Normal View History

a {
animation-fill-mode: initial;
}
b {
animation-fill-mode: inherit;
}
c {
animation-fill-mode: unset;
}
d {
animation-fill-mode: none;
}
e {
animation-fill-mode: none, forwards, backwards, both;
}