@keyframes flight {
  0% {
    right: -300px;
  }
  75% {
    right: 40px;
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  from {
    right: -300px;
  }
  to {
    right: 40px;
  }
}

/*# sourceMappingURL=other-animation.css.map */
