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 just wanted to let you know that most transitions wont work with orientation change.
The reason is quite simple.
you set the animations rect during int. This is wrong. You should init the animation just before using it.
A simple example of failure
rotate your device to landscape
open a controller with SWIPE
rotate your device to portrait
popViewController
See the animation not working (which is totally normal!)
I will rewrite transitions for it to work. Let me know if you want a PR
The text was updated successfully, but these errors were encountered:
I just wanted to let you know that most transitions wont work with orientation change.
The reason is quite simple.
you set the animations rect during int. This is wrong. You should init the animation just before using it.
A simple example of failure
See the animation not working (which is totally normal!)
I will rewrite transitions for it to work. Let me know if you want a PR
The text was updated successfully, but these errors were encountered: