Sign in
webkit
/
WebKit
/
46b434670d2211eb20be608b69854620e6473b75
/
.
/
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
;
}
}