This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for fallback transitions.
Summary: This new API allows transitions to fallback to other transition types in certain contexts. For example, a full-screen fab transition might choose to fall back to a modal slide transition when being dismissed. In order to check sameness we had to make Transition a class protocol. This doesn't affect any existing transition implementations because they are all classes in practice. Reviewers: O2 Material Motion, O4 Material Apple platform reviewers, #material_motion, randcode-generator Reviewed By: randcode-generator Tags: #material_motion Differential Revision: http://codereview.cc/D3228
- Loading branch information