---
title: UIWritingToolsCoordinator.TextAnimation.anticipate
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwritingtoolscoordinator/textanimation/anticipate
---

# UIWritingToolsCoordinator.TextAnimation.anticipate

The animation that Writing Tools performs when waiting to receive results from the large language model.

## Declaration

```swift
case anticipate
```

## Discussion

Discussion This type of animation applies a visual effect to the text that Writing Tools is evaluating. When preparing for this animation, hide the text that Writing Tools is about to evaluate. In the same space where that text appears, Writing Tools displays a preview image that you provide and animates changes to that image.

## See Also

### Getting the animation types

- [UIWritingToolsCoordinator.TextAnimation.insert](uikit/uiwritingtoolscoordinator/textanimation/insert.md)
- [UIWritingToolsCoordinator.TextAnimation.remove](uikit/uiwritingtoolscoordinator/textanimation/remove.md)
