
HTML
<div class="css3_bounce bounce"><img style="border: 1px dotted #fff; -webkit-border-radius: 1em 4em; -moz-border-radius: 1em 4em; border-radius: 1em 4em; -webkit-box-shadow: #6d3112 3px 3px 9px; -moz-box-shadow: #6d3112 3px 3px 9px; box-shadow: #6d3112 3px 3px 11px;" src="https://lh5.googleusercontent.com/-uEkqZLHzLOo/VOc5DJDPENI/AAAAAAABc04/BtFc1tkORQg/w228-h300-no/2-228x300.gif" alt="" width="175" height="250" /></div>
CSS
@-webkit-keyframes bounce { from { margin-left: 0px; } to { margin-left: 250px; } } .css3_bounce:hover img border: 1px dotted #000;
border-radius: 1em 4em;
box-shadow: 3px 2px 6px #000000;
{ -webkit-animation-name: bounce; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 2; -webkit-animation-direction: alternate; }