SLPlaybackType Constants Reference
| Declared in | SLAnimation.h |
|---|
SLPlaybackType
Controls playback behavior of an animation.
Warning: Does not honor any external timing changes made to Core animations (e.g. using the SLCoreAnimationBuildDelegate);
Definition
typedef NS_ENUM(NSUInteger, SLPlaybackType ) {
SLPlaybackTypeOnce,
SLPlaybackTypeLoop,
SLPlaybackTypePingPong,
};
Constants
Declared In
SLAnimation.h