Sign in
webkit
/
WebKit
/
e59620e2c2a5636b9d9a05fc64676565efddf2aa
/
.
/
LayoutTests
/
animations
/
resources
/
keyframes.css
blob: 49d7f67e089bae43994ba22da516fc63a271cc17 [
file
] [
log
] [
blame
]
@-
webkit-keyframes
"anim"
{
from
{
left
:
50px
;
}
20%
{
left
:
100px
;
}
40%
{
left
:
100px
;
}
60%
{
left
:
200px
;
}
80%
{
left
:
200px
;
}
to
{
left
:
300px
;
}
}