Animation sync? (specifically w/r/t accordion)

Animation sync? (specifically w/r/t accordion)


http://docs.jquery.com/UI/API/1.7/Accordion#overview-example
The accordion demo works smoothly in Firefox, but has minor visual
issues in Safari and IE.
When each accordion section is the same height, the entire accordion
should not appear to change height at all during transitions. The two
sections that animate should slide in sync. In Safari and IE, they
appear to be resizing slightly out of sync, which makes the entire
accordion height wiggle or jitter slightly.
Every accordion implementation using jQuery seems to suffer from this
problem. Can anybody explain the root of this problem to me and/or
provide a workaround?