---
title: "cancelTextAnimations(identifiers:)"
framework: uikit
role: symbol
role_heading: Instance Method
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, visionOS 27.0+]
path: "uikit/uiwritingtoolscoordinator/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.
