---
title: AnimationEvents.PlaybackStarted
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/animationevents/playbackstarted
---

# AnimationEvents.PlaybackStarted

The event raised when an animation has been started.

## Declaration

```swift
struct PlaybackStarted
```

## Topics

### Instance Properties

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

## Relationships

### Conforms To

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

## See Also

### Recognizing animation events

- [AnimationEvents.PlaybackCompleted](realitykit/animationevents/playbackcompleted.md)
- [AnimationEvents.PlaybackLooped](realitykit/animationevents/playbacklooped.md)
- [AnimationEvents.PlaybackTerminated](realitykit/animationevents/playbackterminated.md)
