CKComponentBoundsAnimationMode Constants Reference

Declared in CKComponentBoundsAnimation.h

CKComponentBoundsAnimationMode

Definition

typedef NS_ENUM(NSInteger, CKComponentBoundsAnimationMode ) {
   CKComponentBoundsAnimationModeDefault = 0,
   CKComponentBoundsAnimationModeSpring,
};

Constants

CKComponentBoundsAnimationModeDefault

Wraps changes in a UIView animation block

Declared In CKComponentBoundsAnimation.h.

CKComponentBoundsAnimationModeSpring

Wraps changes in a UIView spring animation block

Declared In CKComponentBoundsAnimation.h.