Animando usando jQuery
$("#animate").click(function(){
$("#square").animate({
width: '+=20px',
height: '+=20px'
});
});
Terrible Thrush