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

Fix the bounds key path docs to indicate that additive animations are not supported. #77

Merged
merged 1 commit into from
Nov 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/MDMAnimatableKeyPaths.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down