-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use .sharedBounds() from ShareTransitionScope between 2 items #724
Comments
Hey @jutikornEddie you can retrieve the scope from composition local and use it like this in each Node.
let me know if it works |
Ahh, thank you. I thought we had the similar function somewhere in the lib. 🙏 . I have raised another question in the issue, please help have a look. |
Sorry @KovalevAndrey , I just realized, to use Between 2 Nodes, there is no any of |
@jutikornEddie they even left a comment for it to open the API :) I don't think we can do it right now, unfortunately. Try opening an issue for them in the google tracker. They shouldn't force the clients wrap everything with |
I see, even if we change the way we display the |
Hi team, I can now see that we only have the way to share the element using
sharedElement()
but I couldn't anywhere in the sample or in the doc to guide how to do the sharedBounds between 2 Nodes. In my case, I want to use it since my items are not identical. Could u guide me the way to do it, please?The text was updated successfully, but these errors were encountered: