mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
20 lines
229 B
CSS
20 lines
229 B
CSS
|
a {
|
||
|
animation-direction: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
animation-direction: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
animation-direction: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
animation-direction: normal;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
animation-direction: normal, reverse, alternate, alternate-reverse;
|
||
|
}
|