Sign in
webkit
/
WebKit
/
ac6f99830016c7bf481617249819af59429a05a4
/
.
/
LayoutTests
/
legacy-animation-engine
/
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
;
}
}