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
An example app called "Navigation" has bit similar push transition, however it has a default ios pop transition. Is it intentional that the pop transition is default or Transition package does not work expected in iOS 14?
Would you mind elaborating how to accomplish a transition like in README demo?
The text was updated successfully, but these errors were encountered:
Hi @AugustDev, I'm unsure if any behavior changed on iOS 14. The navigation transition is one with a "shared element", a.k.a. a Hero transition. You can find an explanation on how to implement it here.
In the README file there is a beautiful demo of transition: https://github.com/Touchwonders/Transition/raw/master/Documentation/artwork/navigation.gif
An example app called "Navigation" has bit similar push transition, however it has a default ios pop transition. Is it intentional that the pop transition is default or Transition package does not work expected in iOS 14?
Would you mind elaborating how to accomplish a transition like in README demo?
The text was updated successfully, but these errors were encountered: