gtk/testsuite/css/parser/animation-direction.css

20 lines
229 B
CSS
Raw Normal View History

a {
animation-direction: initial;
}
b {
animation-direction: inherit;
}
c {
animation-direction: unset;
}
d {
animation-direction: normal;
}
e {
animation-direction: normal, reverse, alternate, alternate-reverse;
}