---
title: delegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsanimation/delegate
---

# delegate

The animation delegate.

## Declaration

```swift
weak var delegate: (any NSAnimationDelegate)? { get set }
```

## Discussion

Discussion The delegate must conform to the NSAnimationDelegate.
