try

$elem.animate( {opacity:0}, 600, function(){
            $(this).animate( {height:0}, 700);
})

Reply via email to