Properties for the Dialog component. Extends the standard HTML dialog attributes with animation support.
Optional
The CSS animation name or shorthand to apply when the dialog is shown.
"fade-in 0.3s ease-out" Copy
"fade-in 0.3s ease-out"
The CSS animation name or shorthand to apply when the dialog is hidden.
"fade-out 0.2s ease-in" Copy
"fade-out 0.2s ease-in"
Properties for the Dialog component. Extends the standard HTML dialog attributes with animation support.