AliyunEffectPasterTimeItem
@interface AliyunEffectPasterTimeItem : NSObject
* A class that defines the rendering of sticker animations.
-
* The start time of the animation.
Declaration
Objective-C
@property (nonatomic) CGFloat beginTime;
-
* The end time of the animation.
Declaration
Objective-C
@property (nonatomic) CGFloat endTime;
-
* Whether the animation duration can be adjusted.
Declaration
Objective-C
@property (nonatomic) BOOL shrink;
-
* The minimum animation duration.
Declaration
Objective-C
@property (nonatomic) CGFloat minTime;
-
* The maximum animation duration.
Declaration
Objective-C
@property (nonatomic) CGFloat maxTime;