@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
svg #wheel {
  animation: scroll ease 1.5s infinite;
}/*# sourceMappingURL=img_animation.css.map */