AliyunTransitionEffectShuffer

@interface AliyunTransitionEffectShuffer : AliyunTransitionEffect

百叶窗效果的转场

  • 平移方向属性

    Declaration

    Objective-C

    @property (nonatomic) ORIENTATION_TYPE orientation;
  • 百叶窗叶片宽度 范围是0.0-1.0

    Declaration

    Objective-C

    @property (nonatomic) float lineWidth;
  • Deprecated

    deprecated

    初始化方法

    Declaration

    Objective-C

    - (id)initWithRestore:(NSDictionary *)dict;

    Parameters

    dict

    初始化参数

    Return Value

    百叶窗实例对象