What is the best/correct way to go about synchronizing animations with jQuery? I need to remove the small jitter in the animation for a horizontal accordion.
Here is a link to the issue (the site is a work in progress). http://repaintthecity.com/new/index_2.html
Here is a copy of the problem in jsfiddle, if the test site is acting up: http://jsfiddle.net/cj4MQ/1/
The animation jitter happens on the right-most block. I've tried messing with the animation queue, but no implementation seems to remove the jitter completely. Any help/suggestions would be greatly appreciated.