Skip to content

Commit

Permalink
Make hide transition a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 6, 2023
1 parent 08fa452 commit 29072a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function MobileNavTabs() {
position: 'fixed',
zIndex: 100,
bottom: isVisible ? 0 : -height,
transition: 'bottom 0.4s ease-out',
transition: 'bottom 0.2s ease-out',
}}
>
<NavTab name="Budget" path="/budget" icon={Wallet} />
Expand Down

0 comments on commit 29072a2

Please sign in to comment.