enter code hereThe solution to this is eluding me, and unfortunately so is the ability to reproduce the problem outside of the page I'm working on.
My question is this: does anybody have any information on a jQuery height animation (such as slideUp(), slideDown(), or slideToggle()) animating partly then 'jumping' the rest of the way, and what causes it?
I have a fiddle here: http://jsfiddle.net/d7tbh/
NOTE: before you vote me down because of the fiddle, please read the rest.
The fiddle represents a working example of what I'm trying to accomplish but unfortunately I cannot reproduce the problem at all. The page I'm working on can't be posted here for a variety of reasons which is not ideal but nonetheless if anyone has run into this before, just knowing that (and what they did about it) would help.
A more in-depth explanation of the problem:
Same markup and css and script to the fiddle.
Clicking on the .header element slides down the .child element.
However the height of .child animates to the height of one .child-item element, regardless of how many 'rows' there are. Once this animation completes, the height of .child jumps to the full height required to hold all the .child-item children.
However on the fiddle, it works fine - any ideas?
P.S I know not posting the rest of the code is a problem but it's out of my control, I've shared what I can and described the problem as best I am able. Hopefully it is enough for someone who has had the same problem before to recognise it and maybe help point to the cause.