Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit efa8937

Browse files
authored
Fix the bounds key path docs to indicate that additive animations are not supported. (#77)
1 parent 5e6b649 commit efa8937

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MDMAnimatableKeyPaths.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ FOUNDATION_EXPORT MDMAnimatableKeyPath MDMKeyPathBackgroundColor NS_SWIFT_NAME(b
5858
Equivalent UIView property: bounds
5959
Equivalent CALayer property: bounds
6060
Expected value type: CGRect or NSValue (containing a CGRect).
61-
Additive animation supported: Yes.
61+
Additive animation supported: No.
62+
TODO( https://github.com/material-motion/motion-animator-objc/issues/74 ):
63+
Add support for additively animating CGRect types.
6264
*/
6365
FOUNDATION_EXPORT MDMAnimatableKeyPath MDMKeyPathBounds NS_SWIFT_NAME(bounds);
6466

0 commit comments

Comments
 (0)