[jQuery] Animating table rows produce *very* strange results. Any work around?

[jQuery] Animating table rows produce *very* strange results. Any work around?


Hi all,
I'm having serious problems trying to animate a table row and have
tried loads of work arounds
In short, I'm trying to do a self healing transation following the
deletion of table content using an Ajax call. So, after the user
presses delete, the row shrinks in height and is then removed from the
dom.
Unfortunately, though, trying to do that produces some incredibily
strange results.
I've put together a bare bones example on http://favouritethings.com/Scrap/RowTest.html
Anyone have any idea why this is happening and what we can do to
achieve the desired objective?
THanks