mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-31 16:01:11 +00:00
20 lines
222 B
CSS
20 lines
222 B
CSS
|
a {
|
||
|
animation-play-state: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
animation-play-state: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
animation-play-state: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
animation-play-state: running;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
animation-play-state: running, paused, running, paused;
|
||
|
}
|