<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CAPropertyAnimation/isCumulative",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:objc(cs)CAPropertyAnimation(py)cumulative"
  },
  "title" : "isCumulative"
}
-->

# isCumulative

Determines if the value of the property is the value at the end of the previous repeat cycle, plus the value of the current repeat cycle.

```
var isCumulative: Bool { get set }
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/true>, then the value of the property is the value at the end of the previous repeat cycle, plus the value of the current repeat cycle. If <doc://com.apple.documentation/documentation/Swift/false>, the value of the property is simply the value calculated for the current repeat cycle. The default is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)