what is the difference between keyframes fade and web kit keyframes fade code example
Example: css keyframes
@keyframes mymove {
from {top: 0px;}
to {top: 200px;}
}
@keyframes mymove {
from {top: 0px;}
to {top: 200px;}
}