On Monday, September 24, 2007 10:34 AM John Resig said: > In your code you're modifying the .html() of contents twice after the > animation has already started. If you do a "show" animation (like what > .show() and .sildeDown() do) then they do a calculation animating the > height to "auto" - if that height changes after the animation has > already begun then there will be a "jump" at the end in order to > compensate. > > In your _show_image_data() function just call your two .html() cases > before you begin any animations and that should help.
Actually, that link is not to my own work. I'm not able to test my own code right at the moment but I will post back later after I experiment a little. Thanks, Chris.