Contents

removeProgressMark(_:)

Removes progress mark from the receiver.

Declaration

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(_:) or Nsanimation.

See Also

Managing Progress Marks