Learning_GTK4_tree/testsuite/css/parser/transition-property.css

24 lines
241 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
a {
transition-property: initial;
}
b {
transition-property: inherit;
}
c {
transition-property: unset;
}
d {
transition-property: all;
}
e {
transition-property: color;
}
f {
transition-property: color, background-color;
}