CKAnimationComponent(Internal) Category Reference
Declared in | CKAnimationComponent+Internal.h |
---|
+ newWithComponent:animationOnInitialMount:animationOnFinalUnmount:
This is for internal use only - the use of stongly typed variant is preferred.
+ (instancetype)newWithComponent:(CKComponent *_Nullable)component animationOnInitialMount:(CAAnimation *_Nullable)animationOnInitialMount animationOnFinalUnmount:(CAAnimation *_Nullable)animationOnFinalUnmount
Parameters
component |
Component to animate. |
---|---|
animationOnInitialMount |
Animation that will be applied to the component when it is first mounted. |
animationOnFinalUnmount |
Animation that will be applied to the component when it is no longer in the mounted hierarchy. |
Discussion
Note: This is for internal use only - the use of stongly typed variant is preferred.
Declared In
CKAnimationComponent+Internal.h