AliyunGifSticker
@interface AliyunGifSticker : AliyunSticker <NSCopying>
                Undocumented
- 
                  
                  
the template for bubble text,styleTemplate template path API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSString *templateDirectory; - 
                  
                  
* The type of gif API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) AliyunGifStickerType gifType; - 
                  
                  
* The key frame image. API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, strong) UIImage *kernelImage; - 
                  
                  
* The stages when rendering the sticker animation. API_AVAILABLE(3.22.0)
The stages include: appear, display, and disappear.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<AliyunEffectPasterTimeItem *> *timeItems; - 
                  
                  
* The frames of the sticker. API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<AliyunEffectPasterFrameItem *> *frameItems; - 
                  
                  
* The minimum display duration of the sticker. API_AVAILABLE(3.22.0)
This property is specified in the configuration file.
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat minDuration; - 
                  
                  
* The original duration of the sticker. API_AVAILABLE(3.22.0)
The duration is specified in the configuration file.
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat originDuration; - 
                  
                  
Undocumented
Declaration
Objective-C
- (instancetype) initWithTemplateDirectory:(NSString *)path; 
        AliyunGifSticker Class Reference