Line 140: | Line 140: | ||
} | } | ||
@keyframes example { | @keyframes example { | ||
− | 0% { | + | 0% {left:0px; top:0px;} |
− | 25% { | + | 25% {left:200px; top:0px;} |
− | 50% { | + | 50% { left:200px; top:200px;} |
− | 75% { | + | 75% { left:0px; top:200px;} |
− | 100% { | + | 100% {left:0px; top:0px;} |
} | } | ||
Revision as of 17:31, 19 July 2017