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

# clearStart()

Clears linkage to another animation that causes the receiver to start.

```
func clearStart()
```

## Discussion

The linkage to the other animation is made with [`start(when:reachesProgress:)`](/documentation/AppKit/NSAnimation/start(when:reachesProgress:)).

## See Also

[`start()`](/documentation/AppKit/NSAnimation/start())

Starts the animation represented by the receiver.



---

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)