div {
    width: 25px;
    height: 25px;
    background: red;
    position: relative;
    animation: mymove 1s infinite;
    animation-timing-function: ease-out;
  }