Transition icon indicating copy to clipboard operation
Transition copied to clipboard

Is example working as expected?

Open gluonfield opened this issue 4 years ago • 1 comments

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?

gluonfield avatar Jan 01 '21 22:01 gluonfield

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.

toineheuvelmans avatar Jan 04 '21 08:01 toineheuvelmans