Declared in PMTweening.h

PMTweenDirection

Enum representing the direction a tween is tweening in.

Definition

typedef NS_ENUM(NSInteger, PMTweenDirection ) {
   PMTweenDirectionForward,
   PMTweenDirectionReverse,
};

Constants

PMTweenDirectionForward

The tween is tweening in a forward direction, from the starting value to the ending value.

Declared In PMTweening.h.

PMTweenDirectionReverse

The tween is tweening in a reverse direction, from the ending value to the starting value.

Declared In PMTweening.h.

Declared In

PMTweening.h