Skip to content

Commit 39d798c

Browse files
committed
fix: decrease delay navigation routes
1 parent 46e6011 commit 39d798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/navigation/NavigationRoutes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const NavigationRoutes = ({ reloadVersionConfig }: Readonly<NavigationRoutesType
171171
const controls = animate(navBarWidth, NAVBAR_WIDTH, {
172172
duration: 0.3,
173173
ease: 'easeOut',
174-
delay: 1,
174+
delay: 0.6,
175175
})
176176
return controls.stop
177177
}

0 commit comments

Comments
 (0)