From efa8937c6872c0946b0679734472dc87d5fc0502 Mon Sep 17 00:00:00 2001 From: featherless Date: Thu, 30 Nov 2017 09:13:05 -0500 Subject: [PATCH] Fix the bounds key path docs to indicate that additive animations are not supported. (#77) --- src/MDMAnimatableKeyPaths.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/MDMAnimatableKeyPaths.h b/src/MDMAnimatableKeyPaths.h index 0e68f99..7062d27 100644 --- a/src/MDMAnimatableKeyPaths.h +++ b/src/MDMAnimatableKeyPaths.h @@ -58,7 +58,9 @@ FOUNDATION_EXPORT MDMAnimatableKeyPath MDMKeyPathBackgroundColor NS_SWIFT_NAME(b Equivalent UIView property: bounds Equivalent CALayer property: bounds Expected value type: CGRect or NSValue (containing a CGRect). - Additive animation supported: Yes. + Additive animation supported: No. + TODO( https://github.com/material-motion/motion-animator-objc/issues/74 ): + Add support for additively animating CGRect types. */ FOUNDATION_EXPORT MDMAnimatableKeyPath MDMKeyPathBounds NS_SWIFT_NAME(bounds);