Skip to content
Snippets Groups Projects
Commit 01656c32 authored by Aleksander Westergaard Karlsen's avatar Aleksander Westergaard Karlsen
Browse files

#5 Add bounce animation

parent 31bcbbff
No related branches found
No related tags found
1 merge request!4Resolve "SortBar styling"
......@@ -121,6 +121,8 @@ function SortBar(props: Props) {
<Modal
isVisible={props.visible}
swipeDirection="down"
animationIn="bounceInUp"
animationInTiming={800}
onSwipeComplete={() => {
props.toggleVisible(false);
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment