mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
10 lines
246 B
CSS
10 lines
246 B
CSS
|
a {
|
||
|
animation-delay: 0, 0;
|
||
|
animation-direction: normal, normal;
|
||
|
animation-duration: 0, 0;
|
||
|
animation-fill-mode: forwards, backwards;
|
||
|
animation-iteration-count: 1, 1;
|
||
|
animation-name: foo, bar;
|
||
|
animation-timing-function: ease, ease;
|
||
|
}
|