forked from AuroraMiddleware/gtk
24 lines
197 B
CSS
24 lines
197 B
CSS
|
a {
|
||
|
animation-name: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
animation-name: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
animation-name: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
animation-name: none;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
animation-name: bob;
|
||
|
}
|
||
|
|
||
|
f {
|
||
|
animation-name: bob, alice;
|
||
|
}
|