Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
animation-direction.css
blob: 0d86740c5b99d46a4d97c5c1a7c71269b0c83316 [
file
] [
edit
]
a
{
animation-direction
:
initial
;
}
b
{
animation-direction
:
inherit
;
}
c
{
animation-direction
:
unset
;
}
d
{
animation-direction
:
normal
;
}
e
{
animation-direction
:
normal
,
reverse
,
alternate
,
alternate-reverse
;
}