Resizing dialog "smooth"

Resizing dialog "smooth"

Hi,
I'm looking for the possibility of resizing the height of an dialog with a smooth animation (like .toggle() does it).

I'm using some ajax-tabs inside of an dialog, whith each tab having different height values. I need to set the height of the dialog manually.
At the moment i'm resizing the dialog with
  1. $(dialog).dialog( "option", "height", ...);
which looks weird.
Is there a solution for this?

Thanks,
Screeze