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

20 lines
213 B
CSS

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