Hi,
I'm just getting to know jQuery and using the UI accordion in a project I'm working on. My issue is the quality of the animation. The first time I click on any of the sections after the page loads the animation is very jumpy, especially with smaller amounts of content. Once a section has already been opened however, the animation works as I would expect it to...smooth and without making the page jump up and down.
I have set: active: false, autoHeight: false, clearStyle: true, collapsible: true
The accordion is exhibiting the same behavior in ALL browsers, not just IE.
I can't seem to find any answers anywhere about this question. Any help would be greatly appreciated!
Thanks.