This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
v1.1.0
This minor release introduces two new features to the Transition protocol family.
New features
- Add support for fallback transitioning. (#16) (featherless)
- Add support for customizing transition durations (#11) (Eric Tang)
API changes
MDMTransitionWithFallback
new protocol: MDMTransitionWithFallback
new method: -fallbackTransitionWithContext:
in MDMTransitionWithFallback
MDMTransitionWithCustomDuration
new protocol: MDMTransitionWithCustomDuration
new method: -transitionDurationWithContext:
in MDMTransitionWithCustomDuration
MDMTransitionController
new property: activeTransition
in MDMTransitionController