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

# removed

The entire animation is finished and will now be removed.

## Declaration

```swift
static let removed: AnimationCompletionCriteria
```

## Discussion

Discussion If a subsequent change occurs that creates additional animations on properties with removed completion callbacks registered, then those callbacks will only fire when all of the created animations are complete.

## See Also

### Getting the completion criteria

- [logicallyComplete](swiftui/animationcompletioncriteria/logicallycomplete.md)
