Skip to content

Commit

Permalink
fix: adjust animation timing
Browse files Browse the repository at this point in the history
  • Loading branch information
partisaani committed Dec 9, 2024
1 parent fa65b94 commit 54c4d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/itinerary/navigator/navigator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
width: 100vw;

&.slide-out {
animation: slideUpToTop 1s ease-out forwards;
animation: slideUpToTop 3s ease-out forwards;
}
}

Expand Down

0 comments on commit 54c4d4b

Please sign in to comment.