Skip to content

Commit 1b7a923

Browse files
committed
update animation
1 parent d485575 commit 1b7a923

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/components/PopoverWithMeasuredContent

src/components/PopoverWithMeasuredContent/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ function PopoverWithMeasuredContent({...props}: PopoverWithMeasuredContentProps)
1919
// eslint-disable-next-line react/jsx-props-no-spreading
2020
{...props}
2121
type={CONST.MODAL.MODAL_TYPE.BOTTOM_DOCKED}
22+
animationIn="slideInUp"
23+
animationOut="slideOutDown"
2224
/>
2325
);
2426
}

0 commit comments

Comments
 (0)