Skip to content

Commit

Permalink
[docs] Update ModalBase default transition value from 'pop' to 'fade-…
Browse files Browse the repository at this point in the history
…down'
  • Loading branch information
zoubingwu committed Jan 2, 2025
1 parent 41b8186 commit 88d824f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface ModalBaseProps extends BoxProps, ElementProps<'div', 'title'> {
/** Determines whether the modal/drawer should be closed when user clicks on the overlay, `true` by default */
closeOnClickOutside?: boolean;

/** Props added to the `Transition` component that used to animate overlay and body, use to configure duration and animation type, `{ duration: 200, transition: 'pop' }` by default */
/** Props added to the `Transition` component that used to animate overlay and body, use to configure duration and animation type, `{ duration: 200, transition: 'fade-down' }` by default */
transitionProps?: TransitionOverride;

/** Called when exit transition ends */
Expand Down

0 comments on commit 88d824f

Please sign in to comment.