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
@jutikornEddie good question,
if you don't enable shared element transition on ParentNode2's Node like this Children(withSharedElementTransition = false) then you ParentNode2's children will be accessing the Root's node SharedTransitionScope so Child1 and ParentNode2 children will have the same scope instance. Can you try it?
In my case, I have:
ParentNode1 that can open:
Both ParentNode1 and ParentNode2
View()
function containChildren()
function which means they both will have differentSharedTransitionScope
If I want to share the element of Child1 and the element of ParentNode2's main child, in this case, would it possible?
The text was updated successfully, but these errors were encountered: