Cod HTML:
<style>
.my-class {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
}
</style>
<img class="my-class" src="http://skis-store3.demo.kulerthemes.com/image/data/banner/logokid.png">