jQuery: Animate in angle
// You can specify both left and top property: $(this).animate({left: '+=30px', top: '+=30px'}, 1000); // In this case, the angle would be 45°.