animations
An array of CAAnimation objects to be evaluated in the time space of the receiver.
Declaration
var animations: [CAAnimation]? { get set }Discussion
The animations run concurrently in the receiver’s time space.
See Also
Related Documentation
- Core Animation Programming Guide