Final Edit: The wall of text below can be summed up by simply asking \"can I specify the speed of animations using jQuery\'s animate()? All th
animate()
something like this??
demo
$('#a,#b').animate({left: '250px'}, 1000, 'linear', function(){ $('#b').animate({left: '500px'}, 1000, 'linear'); } );