forked from AuroraMiddleware/gtk
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;
|
||
|
}
|