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

# progressMarkNotification

Posted when the current progress of a running animation reaches one of its progress marks.

```
class let progressMarkNotification: NSNotification.Name
```

## Discussion

The notification object is a running `NSAnimation` object. The `userInfo` dictionary contains the current progress mark, accessed via the key `NSAnimationProgressMark`.

## See Also

[`-  animation:didReachProgressMark:`](/documentation/AppKit/NSAnimationDelegate/animation(_:didReachProgressMark:))

Sent to the delegate when an animation reaches a specific progress mark.



---

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)