repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
resources
/
keyframes.css
blob
ef0bbf80d077bcae6d27402840ba61364e5c948d
1
@-webkit-keyframes
anim
{
2
from
{
left
:
50px
; }
3
20
% {
left
:
100px
; }
4
40
% {
left
:
100px
; }
5
60
% {
left
:
200px
; }
6
80
% {
left
:
200px
; }
7
to
{
left
:
300px
; }
8
}