<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWritingToolsCoordinator/cancelTextAnimations(identifiers:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIWritingToolsCoordinator(im)cancelTextAnimationsWithIdentifiers:"
  },
  "title" : "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.

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

## Discussion

The UUIDs passed in should be those returned when starting the
animations. To cancel all ahimations, use [`stopWritingTools()`](/documentation/UIKit/UIWritingToolsCoordinator/stopWritingTools()) instead.

---

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)