<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAnimation/progressMarkUserInfoKey",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSAnimationProgressMark"
  },
  "title" : "progressMarkUserInfoKey"
}
-->

# progressMarkUserInfoKey

```
class let progressMarkUserInfoKey: String
```

## Discussion

Contains the value of an [`NSAnimation.Progress`](/documentation/AppKit/NSAnimation/Progress) as an <doc://com.apple.documentation/documentation/Foundation/NSNumber> instance that indicates the current animation progress. The value will be between `0.0` and `1.0`.

---

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)