Skip to content

Commit

Permalink
[QA-1813] Fix useTabs leave animation opacity (#10387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Nov 7, 2024
1 parent b5b4a93 commit 4b742b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/hooks/useTabs/useTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ const BodyContainer = memo(
transform: `translate3d(${movingToLeft ? '-' : ''}${
containerWidth + interElementSpacing
}px, 0px, 0px)`,
opacity: 1
opacity: 0
}
},
enter: (_: any) => {
Expand Down

0 comments on commit 4b742b3

Please sign in to comment.