$(document).ready(function(){ $(".social-media img").hover(function(){ $(this).animate({"width": "20px",'height':'20px;','margin-right':'10px'}); }, function(){ $(this).animate({"width": "30px",'height':'30px;','margin-right':''}); }); $('.home-1 img').hover(function () { $(this).effect("bounce", { times:2 }, 500); }, function(){}); });