AliyunRotateAction

@interface AliyunRotateAction : AliyunAction

* A class that defines rotation animations.

  • * The rotation direction.

    true indicates clockwise. false indicates counter-clockwise.

    Declaration

    Objective-C

    @property (nonatomic) _Bool clockwise;
  • * The initial angle.

    Unit: radians.

    Declaration

    Objective-C

    @property (nonatomic) float fromDegree;
  • * The center of rotate

    Declaration

    Objective-C

    @property (nonatomic) CGPoint normalizedCenter;
  • * The CoordinateSpace of Center Point

    Declaration

    Objective-C

    @property (nonatomic) AliyunActionCoordinateSpace coordinateSpace;
  • Deprecated

    deprecated

    * Initializer.

    Declaration

    Objective-C

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

    Parameters

    dict

    The initialization parameter.

    Return Value

    A rotation animation object.