We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d485575 commit 1b7a923Copy full SHA for 1b7a923
1 file changed
src/components/PopoverWithMeasuredContent/index.tsx
@@ -19,6 +19,8 @@ function PopoverWithMeasuredContent({...props}: PopoverWithMeasuredContentProps)
19
// eslint-disable-next-line react/jsx-props-no-spreading
20
{...props}
21
type={CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED}
22
+ animationIn="slideInUp"
23
+ animationOut="slideOutDown"
24
/>
25
);
26
}
0 commit comments