$('#test2').hover( function () { $('#zoomer').animate({width: "60px", height:"60px"},150) }, function () { $('#zoomer').animate({width: "20px", height:"20px"},150) } );