---
title: clearStop()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsanimation/clearstop()
---

# clearStop()

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

## Declaration

```swift
func clearStop()
```

## Discussion

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

## See Also

### Related Documentation

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

### Linking Animations Together

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