SingleTab elements disappears from Layers when I click Preview and go back to edit. Have to click manage tab and select each tabs again for the SingleTab to reappear under my tabs element.
I’m trying to add some animation for hovering and clicking of single tabs and it’s not working. Not sure why.
Hey @user896!
Are you able to share a screenshot of what’s happening?
When referring to “single tabs” is this the tabs element?
It’s alright. I found another method to bypass using Tabs.
Awesome! Would love to hear the solution you cam up with
I just used containers and buttons to simulate tab behavior. Hiding and displaying different containers. It’s a little bit easier for me to handle the arrangement of items and tab mouseIn/mouseOut/OnClick animations as well.