We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5f1ef commit d01f413Copy full SHA for d01f413
static/app/views/nav/secondary/secondarySidebar.tsx
@@ -64,12 +64,12 @@ export function SecondarySidebar() {
64
[NAV_SECONDARY_SIDEBAR_DATA_ATTRIBUTE]: true,
65
}}
66
>
67
- <AnimatePresence mode="wait" initial={false}>
+ <AnimatePresence mode="popLayout" initial={false}>
68
<MotionDiv
69
key={activeNavGroup}
70
- initial={{x: -4, opacity: 0}}
+ initial={{x: -6, opacity: 0}}
71
animate={{x: 0, opacity: 1}}
72
- exit={{x: 4, opacity: 0}}
+ exit={{x: 6, opacity: 0}}
73
transition={{duration: 0.06}}
74
75
<SecondarySidebarInner>
0 commit comments