var animateTruck = function () {
$('#truck').css('left','-50px')
.animate({'left':$(window).width()},
4000,
'linear',
function(){
animateTruck();
});
};
animateTruck();
How do you make the truck follow a road on the map location:stanford shopping center to green park ?