This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
v2.2.0
This minor release introduces support for the new initial velocity spring curve value in
MotionInterchange v1.3.0. This release also includes additional public and internal documentation.
Dependency changes
The minimum MotionInterchange version has been increased to v1.3.0.
New features
MDMMotionAnimator
now supports initial velocity for spring curves.
Source changes
- Use MotionCurve make methods to create motion timings in the tests. (#38) (featherless)
- Extract initial velocity from the motion timing. (#37) (featherless)
- Silence a deprecation warning in motion interchange 1.3.0. (Jeff Verkoeyen)
Non-source changes
- Bump MotionInterchange dependency to 1.3. (Jeff Verkoeyen)
- Ensure that deprecations are treated as warnings, not errors, when building with CocoaPods. (Jeff Verkoeyen)
- Move example project up. (Jeff Verkoeyen)
- Formatting. (Jeff Verkoeyen)
- Add more tutorials and rework the introduction. (Jeff Verkoeyen)
- Add a guide on building motion specs. (Jeff Verkoeyen)
- Add jazzy yaml. (Jeff Verkoeyen)