ASAIK jquery animate function accepts style properties only. but i want to animate the attributes of an element. consider a SVG element rectangle
this may fits you simple
$("your div id").css("position", "absolute").animate({ left: 159, top: 430 });