@keyframes moveGround{0%{background-position-x:0}to{background-position-x:-20px}}@keyframes legRun{0%,to{transform:scaleY(1)}50%{transform:scaleY(.7)}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.dino-game-ground{animation:.5s linear infinite moveGround}.dino-game-ground.paused{animation-play-state:paused}.dino-leg-run{animation:.3s linear infinite legRun}.dino-leg-run-delayed{animation:.3s linear .15s infinite legRun}.dino-cloud-float{animation:3s ease-in-out infinite alternate float}.dino-cloud-float-2{animation:4s ease-in-out infinite alternate float}.dino-cloud-float-3{animation:5s ease-in-out infinite alternate float}
