<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAnimation/removeProgressMark(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSAnimation(im)removeProgressMark:"
  },
  "title" : "removeProgressMark(_:)"
}
-->

# removeProgressMark(_:)

Removes progress mark from the receiver.

```
func removeProgressMark(_ progressMark: NSAnimation.Progress)
```

## Parameters

`progressMark`

A `float` value (typed as NSAnimationProgress) that indicates the portion of the animation completed. The value should correspond to a progress mark set with [`addProgressMark(_:)`](/documentation/AppKit/NSAnimation/addProgressMark(_:)) or [`NSAnimation`](/documentation/AppKit/NSAnimation).

---

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)