style(marketplace): Transition between items view options

Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-06-18 17:31:39 +01:00
parent c97841701a
commit d46b1b1749
5 changed files with 50 additions and 37 deletions

View File

@@ -216,7 +216,7 @@ const TabNavbar = ({ modalClose }) => {
>
{activeTab === tab.id && (
<motion.span
layoutId="bubble"
layoutId="tabNavbarBubble"
className="absolute inset-0 z-10 bg-[#333] mix-blend-lighten rounded-xl"
transition={{ type: 'spring', bounce: 0.2, duration: 0.6 }}
/>