motion-transitioning-objc
motion-transitioning-objc copied to clipboard
Light-weight API for building UIViewController transitions.
https://github.com/material-motion/transitioning-objc/issues/3
https://github.com/material-motion/transitioning-objc/issues/20
Consider pulling the same warning flags from material-components-ios. Please assign to me if you want me to pull them in.
Generally-speaking, there are three categories of transition type: 1. Those that make assumptions about the **fore** & **back** view controller. 2. Those that make assumptions about the **fore** view controller....
The `Transitioning` scaffolding will automatically add the "fore" view to the view hierarchy before invoking the `start` method on the `Transition` type. We should document that this is the case...
Just like https://github.com/material-motion/transitioning-objc/issues/20, except if the user does not lift their finger, the menu will follow their finger
Using a percentage-based interaction controller no longer appears to scrub animations added using `layer.addAnimation`. UIView animations do appear to still work. This may be a bug in the iOS 11...
Presentation controllers as of 1.0.0 can conform to `Transition` in order to receive their own `start` invocation. This was done so that presentation controller-specific motion could be implemented in a...