.toggle if class is not hidden AND "slow"

.toggle if class is not hidden AND "slow"

I'd like to .toggle a <div> if its not hidden, and do this "slow"ly ...

the toggle works like this:

$("#panel").toggle(false);

but how can i add the "slow" ?

Thanks in advance !