mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
24 lines
241 B
CSS
24 lines
241 B
CSS
|
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;
|
||
|
}
|