---
title: isRemovedOnCompletion
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/caanimation/isremovedoncompletion
---

# isRemovedOnCompletion

Determines if the animation is removed from the target layer’s animations upon completion.

## Declaration

```swift
var isRemovedOnCompletion: Bool { get set }
```

## Discussion

Discussion When true, the animation is removed from the target layer’s animations once its active duration has passed. Defaults to true.

## See Also

### Animation Attributes

- [timingFunction](quartzcore/caanimation/timingfunction.md)
