---
title: NSWritingToolsCoordinator.TextAnimation.remove
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswritingtoolscoordinator/textanimation/remove
---

# NSWritingToolsCoordinator.TextAnimation.remove

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

## Declaration

```swift
case remove
```

## Discussion

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.

## See Also

### Getting the animation types

- [NSWritingToolsCoordinator.TextAnimation.anticipate](appkit/nswritingtoolscoordinator/textanimation/anticipate.md)
- [NSWritingToolsCoordinator.TextAnimation.insert](appkit/nswritingtoolscoordinator/textanimation/insert.md)
- [NSWritingToolsCoordinator.TextAnimation.anticipateInactive](appkit/nswritingtoolscoordinator/textanimation/anticipateinactive.md)
- [NSWritingToolsCoordinator.TextAnimation.translate](appkit/nswritingtoolscoordinator/textanimation/translate.md)
