This repository was archived by the owner on Aug 30, 2023. It is now read-only.
v2.7.0
This minor release introduces support for the new v1.5.0 MotionInterchange format.
New features
It is now possible to additively and implicitly animate the transform property of both UIView and CALayer.
Source changes
- Fix pre-iOS 11 unit test failure. (#89) (featherless)
- Migrate to the Objective-C interchange format (#88) (featherless)
- Revert "Update with ObjC implementation." (Jeff Verkoeyen)
- Update with ObjC implementation. (Jeff Verkoeyen)
- Add support for additively animating transform. (#85) (featherless)
API changes
Auto-generated by running:
apidiff origin/stable release-candidate objc src/MotionAnimator.h
MDMMotionAnimator
new method: -animateWithTraits:animations:completion: in MDMMotionAnimator
new method: -animateWithTraits:between:layer:keyPath: in MDMMotionAnimator
new method: -animateWithTraits:animations: in MDMMotionAnimator
new method: -animateWithTraits:between:layer:keyPath:completion: in MDMMotionAnimator
MDMKeyPathTransform
new constant: MDMKeyPathTransform
Non-source changes
- Update .travis.yml (featherless)
- Enable coverage on travis (featherless)
- Update kokoro bazel runner for v4. (Jeff Verkoeyen)