[dialog] defining the "hide" parameter

[dialog] defining the "hide" parameter

<div dir="ltr">Hi list,
I'm using the dialog widget, and I'd like to use the "hide" parameter (the one that defines the effect used when the dialog is closed). I'd like to use the "clip" effect, but I need to add some parameters to it.
Let's say I want to do hide("clip", { direction: "vertical" }, 1000)
How can I define the clip parameters when declaring my dialog widget?
" hide: 'clip' " works fine, but I need to add some parameters and the "hide" attribute is a string. Then what is the right syntax?
Thanks in advance
Olivier
</div>