What I want to achieve
The UI I have essentially has two separate sections alongside each other.
- A “stage” on the left of the screen which is in fixed position, 100% height, 50% width of window.
- And a scrolling feed of content to the right of that, about 10 items.
The effect I want to create is when I hover over a card on the right, the larger “stage” is filled with relevant content (image/video mostly) of the item that has been interacted with.
I want the appearance to be elegant so it fades in - but I can’t find a way to do this as they are not related / separated items.
Possible options…
I have tried a few things but I want to see if there is a better solution.
- Overlays: I can’t use overlays as I have a fixed header and the overlay overlaps this.
- Variables / Conditionals: I tried setting true/false and used and if/else condition to show and hide different frames but it doesn’t appear like there’s away to fade this. It just displays or hides instantly?
- Multiple Artboards: Have 10 artboards for each hover and dissolve to a different one.
- Mega Component: Wrap both elements in a Frame. Create a (mega) component and create different states for each change. Seems like this would be a pain to manage/maintain - and is similar to just having loads of artboards?
So that’s where I’m at. I hope that makes sense.
I thought it was worth posting to see if anyone had any genious (or simiple) ideas I’m missing.
The variable/conditionals approach would be great - just a shame I need the content to fade in?
Thanks!