<!--
{
  "availability" : [
    "macOS: 15.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWritingToolsCoordinator/TextAnimation/remove",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSWritingToolsCoordinatorTextAnimation@NSWritingToolsCoordinatorTextAnimationRemove"
  },
  "title" : "NSWritingToolsCoordinator.TextAnimation.remove"
}
-->

# NSWritingToolsCoordinator.TextAnimation.remove

The animation that Writing Tools performs when removing text from your view.

```
case remove
```

## Discussion

This type of animation shows the removal of text from your view. When
preparing for this animation, hide the text in the provided range if
you haven’t already. If you support animating the reflow of your view’s
text, you can also prepare any other animations you need. Writing Tools
uses a preview object you provide to animate the removal of the text.

---

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)