---
title: animations
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/caanimationgroup/animations
---

# animations

An array of CAAnimation objects to be evaluated in the time space of the receiver.

## Declaration

```swift
var animations: [CAAnimation]? { get set }
```

## Discussion

Discussion The animations run concurrently in the receiver’s time space.

## See Also

### Related Documentation

- [Core Animation Programming Guide](apple-archive/documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction.md)
