Hey all! I’m working on getting an interactive prototype working correctly.
It’s a side-nav for a dashboard. When you hover over the closed version, the nav expands to show the names of the sections. When I initially hover, it looks and works perfectly. Then when I mouse out, and mouse back in, the text is gone. I know I’m just doing something silly but can’t figure out what’s wrong.
VEED
Also, here’s a screenshot of my components. I made the sections a component with hovering variant when you mouse over. The nav has open and closed variants, they change to each other when you mouse in and mouse out. Screenshot 2022 09 20 115021 — Postimages
I just tested that when I hover over a section, but not the others, only that section I hovered over turns invisible on a second opening of the nav. Somehow the act of hovering is making it not show up when I leave the nav and re-enter it. I tried changing the individual section component from hover>change to>variant, and instead changing the interactivity to “mouse enter>change to>variant 2” and “mouse leave>change to>variant 1” but no luck.
Any help is appreciated!