mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
20 lines
213 B
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;
|
||
|
}
|