---
title: "cancelTextAnimations(identifiers:)"
framework: AppKit
role: symbol
role_heading: Instance Method
platforms: [macOS 27.0+]
path: "appkit/nswritingtoolscoordinator/canceltextanimations(identifiers:)"
---

# cancelTextAnimations(identifiers:)

Used to support the presentation of grammar issues in text. If it is necessary to cancel the animation of one or more issues, call this to cancel theanimations.

## Declaration

```swift
func cancelTextAnimations(identifiers: [UUID])
```

## Discussion

Discussion The UUIDs passed in should be those returned when starting the animations. To cancel all ahimations, use stopWritingTools() instead.
