AliyunTransitionEffectShuffer
@interface AliyunTransitionEffectShuffer : AliyunTransitionEffect
* A class that defines blinds transitions.
-
* The direction that the blinds open and close.
Declaration
Objective-C
@property (nonatomic) ORIENTATION_TYPE orientation;
-
* The width of each blind. Valid values: [0.0, 1.0]
Declaration
Objective-C
@property (nonatomic) float lineWidth;
-
Deprecated
deprecated
* Initializer.
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
The initialization parameter.
Return Value
A blinds transition object.