@-webkit-keyframes bounce { 0% { right: -15px; } 50% { right: 0; } 80% { right: -3px; } 100% {right: 0; } }
.btnStart { position: fixed; right: -15px; top: 20%; z-index: 500; }
.btnStart:hover { -webkit-animation: bounce .7s 1 linear; right: 0; }
@-webkit-keyframes bounce { 0% { right: -15px; } 50% { right: 0; } 80% { right: -3px; } 100% {right: 0; } }
.btnStart { position: fixed; right: -15px; top: 20%; z-index: 500; }
.btnStart:hover { -webkit-animation: bounce .7s 1 linear; right: 0; }