-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support for Rotated elements #25
Comments
Hi, can you share a Video demonstrating the problem? |
Yup I'm seeing it. This one will be a bit tricky to implement. Will try to take it into consideration for the next update. |
@josh0707 I trying to do this same approach here. |
@IjzerenHein would love to see this as an enhancement for transitioning shared elements that rotate at the destination. Thanks for the library so far! |
Same here! |
As a workaround, I am using when detail screen enters in
and
when detail screen moves out |
Hi,
Thank you for this library and the React Navigation binding.
Currently the library supports transition when element was scaled.
Could it also support transition when element was rotated ?
Current behavior: The element jumps from a rotated position to the next position without any transition.
Expected behavior: During the transition, the element rotates to its new position, then on back button pressed, the element rotates back to its previous position.
Example:
The text was updated successfully, but these errors were encountered: