AEPScaleAction
@interface AEPScaleAction : AEPAction
* A class that defines scale animations.
-
* The initial scale factor.
Declaration
Objective-C
@property (nonatomic, readonly) float from;
-
* The target scale factor.
Declaration
Objective-C
@property (nonatomic, readonly) float to;
-
* using anchor for scale, default center
Declaration
Objective-C
@property (nonatomic, readonly) BOOL scaleAnchorEnable;
-
* The Scale of anchor, using to calculate trans offset; default: 1.0
Declaration
Objective-C
@property (nonatomic, readonly) float anchorBaseScale;
-
* The Anchor. [0, 1], default: (0.5, 0.5)
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint anchor;