$('#div').animate({"margin-right": '+=300'});
veya
$('#div').delay(300).show("slide", { direction: "left" }, 1000);