Codesnipp.it Social Code Sharing

Amber Weinberg

CSS3 Bouncing Button

by Amber Weinberg on Feb 04, 2012

@-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; }

Can't see the comments? Please login first :)