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

# NSWritingToolsCoordinator.TextAnimation.anticipateInactive

The animation effect that Writing Tools performs when the view is waiting for results, but the system isn’t actively evaluating the text.

## Declaration

```swift
case anticipateInactive
```

## Discussion

Discussion When Writing Tools isn’t actively evaluating your text, it creates this animation. When preparing for this animation, display the text in the specified range with a foreground color of 50% grey.

## See Also

### Getting the animation types

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