I’ve been stuck on a prototyping issue and wondering if I could get some help. I have a “Share” dialog box with multiple tabs, and I want to keep a consistent background frame while switching between tabs and showing dropdowns.
Right now, each dialog state is a separate instance outside the frame, which keeps things organized — but duplicating the background frame across all 16 states is making the file unnecessarily heavy.
Is there a smart way to animate or switch between these dialog box states while maintaining a single, unified background frame? Ideally, I’d like to avoid duplicating elements just to preserve consistency.
Appreciate any suggestions!