Declared in PMTweening.h

PMTweenOptions

An integer bitmask providing possible initialization options for a tweening operation.

Definition

typedef NS_OPTIONS(NSInteger, PMTweenOptions ) {
   PMTweenOptionNone = 0,
   PMTweenOptionRepeat = 1 < < 0,
   PMTweenOptionReverse = 1 < < 1,
   PMTweenOptionResetStateOnRepeat = 1 < < 2,
};

Constants

PMTweenOptionNone

No tween options are specified.

Declared In PMTweening.h.

PMTweenOptionRepeat

Specifies that a tween should repeat.

Declared In PMTweening.h.

PMTweenOptionReverse

Specifies that a tween should reverse directions after tweening forwards.

Declared In PMTweening.h.

PMTweenOptionResetStateOnRepeat

Specifies that a tween’s property (or parent, if property is not KVC-compliant) should be reset on repeats or restarts.

Declared In PMTweening.h.

Declared In

PMTweening.h