Anyone?
I can’t be the only one trying to achieve this behavior.
Maybe my question wasn’t clear. Let me try to be more specific:
- I have a bunch of tabs (dark grey background with white type)
- The tabs are arranged in a grid (3 columns, 3 rows)
- When clicked (active/current) the tabs change colors to white background and grey type
So far so good. But what I’d like to happen in addition is that:
- When clicked (active/current) the respective tab moves to the center column and down to the bottom row – the other tabs shuffle accordingly
[visuals provided in previous post]
What is the best way to do this?
I know I could create layers for each possible combination/arrangement of active/inactive tabs and then create an animation for each single possible situation. But that seems to be overkill (and way too much code). There must be a better solution!
Any help would be highly appreciated!
Thank you!