---
title: logicallyComplete
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/animationcompletioncriteria/logicallycomplete
---

# logicallyComplete

The animation has logically completed, but may still be in its long tail.

## Declaration

```swift
static let logicallyComplete: AnimationCompletionCriteria
```

## Discussion

Discussion If a subsequent change occurs that creates additional animations on properties with logicallyComplete completion callbacks registered, then those callbacks will fire when the animations from the change that they were registered with logically complete, ignoring the new animations.

## See Also

### Getting the completion criteria

- [removed](swiftui/animationcompletioncriteria/removed.md)
