blob: 62e1de3316c8181d63c1515281f280b93b79e5ac [file] [log] [blame]
/* @gen-webkit-keyframes */
@keyframes myframe {
from {
top: 0px;
}
to {
top: 200px;
}
}
div {
animation: myframe 5s infinite;
}