Cool share button effects styles

Cool share button effects using CSS3

cool share button effects styles
$('.social').hover(function () {
    $(this).find('.shutter').stop(true, true).animate({
        bottom: '-36px'
    }, {
        duration: 300,
        easing: 'easeOutBounce'
    });
},function () {
    $(this).find('.shutter').stop(true, true).animate({
        bottom: 0
    }, {
        duration: 300,
        easing: 'easeOutBounce'
    });
});
Cool share button effects styles Cool share button effects styles Reviewed by Bhaumik Patel on 8:47 PM Rating: 5