SyntaxFix
Write A Post
Hire A Developer
Questions
Another solution is by using .animate() and appropriate CSS.
e.g.
$('#mydiv').animate({ marginLeft: "100%"} , 4000);
JS Fiddle