This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Releases: material-motion/motion-animator-objc
Releases · material-motion/motion-animator-objc
v1.1.1
Bug fix release due to compiler warnings.
Breaking changes
New deprecations
New features
Source changes
- Fix compiler warnings due to misconfigured Podfile. (#8) (featherless)
v1.1.0
This minor change resolves some Xcode 9 warnings and introduces the ability to speed up or slow down animations.
New features
- Added a new keypath constant,
MDMKeyPathScale
. - MDMAnimator animation timing can now be scaled using the new
timeScaleFactor
property.
Source changes
- If settlingDuration is unavailable, use the provided spring duration. (#5) (featherless)
- Resolve Xcode 9 warnings. (#7) (featherless)
- Add a timeScaleFactor API to the animator. (#6) (featherless)
- Add transform.scale keypath. (#3) (featherless)
v1.0.1
This is a patch fix release to address build issues within Google's build environment.
Source changes
- Add missing header imports. (Jeff Verkoeyen)
v1.0.0
Initial release.
Includes MDMMotionAnimator and a small set of pre-defined animatable key paths.
Source changes
- Add support for iOS 8. (Jeff Verkoeyen)
- Initial commit of MotionAnimator code. (#1) (featherless)
- Initial preparation for project. (Jeff Verkoeyen)
Non-source changes
- Remove superlatives. (Jeff Verkoeyen)
- Add more delay to the chip animation. (Jeff Verkoeyen)
- Update docs. (Jeff Verkoeyen)