---
title: AnimationEvents.PlaybackCompleted
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/animationevents/playbackcompleted
---

# AnimationEvents.PlaybackCompleted

The event raised when an animation reaches the end of its duration.

## Declaration

```swift
struct PlaybackCompleted
```

## Overview

Overview This event isn’t triggered if you call the stop() method on a playback controller.

## Topics

### Instance Properties

- [playbackController](realitykit/animationevents/playbackcompleted/playbackcontroller.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Recognizing animation events

- [AnimationEvents.PlaybackStarted](realitykit/animationevents/playbackstarted.md)
- [AnimationEvents.PlaybackLooped](realitykit/animationevents/playbacklooped.md)
- [AnimationEvents.PlaybackTerminated](realitykit/animationevents/playbackterminated.md)
