Contents

AnimationEvents.PlaybackLooped

The event raised when an animation loops.

Declaration

struct PlaybackLooped

Overview

You loop animation playback by creating an AnimationResource instance from an existing one with either the repeat(count:) or the repeat(duration:) method.

Topics

Instance Properties

See Also

Recognizing animation events