You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three accordions that starts with two unfolded and the third folded.
When the right action takes place in accordion 2, a descibing component (ItemView) should move to the opening third accordion whilst the first closes.
If I read what the Shared Element Transition is taking care off it is exactly that, but I only see examples for screens and if I implement it, I get 'duplicate tag' warnings as both source and target View locations are considered on the same screen.
Am I right?
If not, how do I fix it?
If so, I would love to see some tips and ideas
If so, wouldn't it be great if this would work inside one 'screen' as well?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
3 accordions
I have three accordions that starts with two unfolded and the third folded.
When the right action takes place in accordion 2, a descibing component (ItemView) should move to the opening third accordion whilst the first closes.
If I read what the Shared Element Transition is taking care off it is exactly that, but I only see examples for screens and if I implement it, I get 'duplicate tag' warnings as both source and target View locations are considered on the same screen.
Beta Was this translation helpful? Give feedback.
All reactions