AliyunAlphaAction
@interface AliyunAlphaAction : AliyunAction
* A class that defines alpha animations.
Note: Alpha animations cannot be applied to source streams.
-
* The initial alpha.
Declaration
Objective-C
@property (nonatomic) float fromAlpha;
-
* The target alpha.
Declaration
Objective-C
@property (nonatomic) float toAlpha;
-
Deprecated
deprecated
* Initializer.
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
The initialization parameter.
Return Value
An alpha animation object.