You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# 1.1.0
2
+
3
+
This minor change resolves some Xcode 9 warnings and introduces the ability to speed up or slow down animations.
4
+
5
+
## New features
6
+
7
+
- Added a new keypath constant, `MDMKeyPathScale`.
8
+
- MDMAnimator animation timing can now be scaled using the new `timeScaleFactor` property.
9
+
10
+
## Source changes
11
+
12
+
*[If settlingDuration is unavailable, use the provided spring duration. (#5)](https://github.com/material-motion/motion-animator-objc/commit/4baa99681c0a73180bc0a25019dc575a5fee5ab1) (featherless)
*[Add a timeScaleFactor API to the animator. (#6)](https://github.com/material-motion/motion-animator-objc/commit/b2a0f96b617edea13517d33b20d8d95b10426bb7) (featherless)
0 commit comments