I can try to throw this in a fiddle if necessary, it's just fairly convoluted code at the moment. Here is my problem: I have a child div that gets resized because of some dynamic image and text content, and a container parent that gives a nice border around the whole thing. The parent has an auto height (or no height?) so it flows with the child height. The problem is that when I change the child height, I am fading the content out and then back in, so the effective height is 12px (some borders going on). The parent resizes to 12, and then when the child content fades back in, the parent goes to the correct position. It just looks choppy, because you see this process unfolding in the span of 100ms or so. Is there any way to animate this process? I guess ideally I'm looking for something like
content.startAnimation and endAnimation, in which you don't have to specify values.