---
title: clearStart()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsanimation/clearstart()
---

# clearStart()

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

## Declaration

```swift
func clearStart()
```

## Discussion

Discussion The linkage to the other animation is made with start(when:reachesProgress:).

## See Also

### Related Documentation

- [start()](appkit/nsanimation/start().md)

### Linking Animations Together

- [start(when:reachesProgress:)](appkit/nsanimation/start(when:reachesprogress:).md)
- [stop(when:reachesProgress:)](appkit/nsanimation/stop(when:reachesprogress:).md)
- [clearStop()](appkit/nsanimation/clearstop().md)
