AEPAlphaAction

@interface AEPAlphaAction : AEPAction

* The action for alpha

  • * The initial alpha.

    Declaration

    Objective-C

    @property (nonatomic, readonly) float from;
  • to

    * The target alpha.

    Declaration

    Objective-C

    @property (nonatomic, readonly) float to;