diff --git a/components/Bars/SortBar.tsx b/components/Bars/SortBar.tsx index 814f585b19ad3e5a16dc1b6e2e7da9c7e53bfc4f..e137fce7fcac5fe160d6a7bb2a5638d5eea5febf 100644 --- a/components/Bars/SortBar.tsx +++ b/components/Bars/SortBar.tsx @@ -121,6 +121,8 @@ function SortBar(props: Props) { <Modal isVisible={props.visible} swipeDirection="down" + animationIn="bounceInUp" + animationInTiming={800} onSwipeComplete={() => { props.toggleVisible(false); }}