Declared in PMTweening.h

PMTweenState

Enum representing the state of a tween operation.

Definition

typedef NS_ENUM(NSInteger, PMTweenState ) {
   PMTweenStateTweening,
   PMTweenStateStopped,
   PMTweenStatePaused,
   PMTweenStateDelayed,
};

Constants

PMTweenStateTweening

The state of a tweening operation when it is tweening.

Declared In PMTweening.h.

PMTweenStateStopped

The state of a tweening operation when it is stopped.

Declared In PMTweening.h.

PMTweenStatePaused

The state of a tweening operation when it is paused.

Declared In PMTweening.h.

PMTweenStateDelayed

The state of a tweening operation when it is delayed.

Declared In PMTweening.h.

Declared In

PMTweening.h