<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAnimation/Progress",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSAnimationProgress"
  },
  "title" : "NSAnimation.Progress"
}
-->

# NSAnimation.Progress

The animation progress, as a floating-point number between `0.0` and `1.0`.

```
typealias Progress = Float
```

## Discussion

An animation progress value is returned in the `userInfo` dictionary of an [`progressMarkNotification`](/documentation/AppKit/NSAnimation/progressMarkNotification) notification.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)