Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

v2.7.0

Choose a tag to compare

@jverkoey jverkoey released this 14 Dec 15:16
· 74 commits to stable since this release

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

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