I'm successfully using this way on a website i'm currently developing:
$j( '#tsContainer' ).animate
(
{
height: "410px"
},
textSlider.animationDelayMs,
"easeboth"
).css( 'overflow', 'visible' );Let me know if it works for you as well: fyi i'm using the v1.2.6. //Manuel

