AliyunRotateToAction

@interface AliyunRotateToAction : AliyunRotateAction

* A class that defines rotation animations with a target angle.

  • * The target angle of the rotation.

    Declaration

    Objective-C

    @property (nonatomic) float toDegree;
  • Deprecated

    deprecated

    * Initializer.

    Declaration

    Objective-C

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

    Parameters

    dict

    The initialization parameter.

    Return Value

    A rotation animation object.