Transition
Transition copied to clipboard
Is example working as expected?
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?
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.