var width = $().width(); setInterval(function () { $(node).animate({ marginLeft: width }, 1000).animate({ marginLeft: 0 }, 1000); });