This repository was archived by the owner on Aug 30, 2023. It is now read-only.
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
timeScaleFactorproperty.
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)