---
title: "removeProgressMark(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsanimation/removeprogressmark(_:)"
---

# removeProgressMark(_:)

Removes progress mark from the receiver.

## Declaration

```swift
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 doc://com.apple.appkit/documentation/AppKit/NSAnimation/addProgressMark(_:) or doc://com.apple.appkit/documentation/AppKit/NSAnimation.

## See Also

### Managing Progress Marks

- [addProgressMark(_:)](appkit/nsanimation/addprogressmark(_:).md)
- [progressMarks](appkit/nsanimation/progressmarks.md)
