W3Schools Keyframes
@keyframes mymove {
from {top: 0px;}
to {top: 200px;}
}
Spotless Skylark
@keyframes mymove {
from {top: 0px;}
to {top: 200px;}
}