jQuery Animation Speed?
问题 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 that is provided is duration ." ~~ jQuery's animate() seems to implement easing despite my use of "linear". How can I get the two boxes to stay together until the first finishes @ 250px? The second animates much faster because it has a longer distance to go. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"