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

Commit

Permalink
Fix the bounds key path docs to indicate that additive animations are…
Browse files Browse the repository at this point in the history
… not supported. (#77)
  • Loading branch information
jverkoey authored Nov 30, 2017
1 parent 5e6b649 commit efa8937
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit efa8937

Please sign in to comment.