ok, yeah that works. i guess i was wondering how to make it work with
the "queue" option.
i ended up just putting the callback in the second animate call

$elem.animate( {opacity:0}, {queue:false, duration:600} )
         .animate( {height:"hide"}, 700, callback );

On Jan 4, 11:15 am, Alexandre Plennevaux <[EMAIL PROTECTED]>
wrote:
> try
>
> $elem.animate( {opacity:0}, 600, function(){
>             $(this).animate( {height:0}, 700);
>
> })

Reply via email to