AEPRotateRepeatAction

@interface AEPRotateRepeatAction : AEPRotateBaseAction

重复旋转类 不停地旋转

  • 旋转一圈需要的时间

    Declaration

    Objective-C

    @property (nonatomic, readonly) float durationPerCircle;
  • 是否重复;默认YES

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL repeat;