| Type | Reason |
|---|---|
| CAAction | An interface implemented by objects that participate in animations coordinated by a CALayer. |
| CAAnimation | Base class for animations. |
| CAAnimationDelegate | Delegate class for the CAAnimation class. |
| CAAnimationGroup | Groups and orchestrates multiple animations. |
| CAAnimationStateEventArgs | Provides data for the MonoMac.CoreAnimation.CAAnimationStateEventArgs.AnimationStopped event. |
| CAAutoresizingMask | Documentation for this section has not yet been entered. |
| CABarBeatTime | Documentation for this section has not yet been entered. |
| CABasicAnimation | Single keyframe based animations. |
| CAConstraint | Documentation for this section has not yet been entered. |
| CAConstraintAttribute | Documentation for this section has not yet been entered. |
| CAConstraintLayoutManager | Documentation for this section has not yet been entered. |
| CAEdgeAntialiasingMask | Flags used to determine what side of a layer should be antialiased. |
| CAEmitterCell | Documentation for this section has not yet been entered. |
| CAEmitterLayer | Documentation for this section has not yet been entered. |
| CAFillMode | Constants used for the FillMode property in CAAnimation and CALayer, used to control the behavior of objects once the animation has completed. |
| CAGradientLayer | Layer that renders a gradient over its background. |
| CAKeyFrameAnimation | Keyframe-based animation support. |
| CALayer | Layers encapsulate position, size and transformation components of a layer as well as implement the CAMediaTiming methods. |
| CALayerDelegate | Delegate class for the CALayer. |
| CAMediaTimingFunction | Defines the pacing of an animation. |
| CAOpenGLLayer | Documentation for this section has not yet been entered. |
| CAPropertyAnimation | An animation that can animate object properties. |
| CAReplicatorLayer | A layer that replicates an existing layer, with some attributes (color, transform) altered. |
| CAScrollLayer | Layer used to show portions of another layer. |
| CAShapeLayer | Draws a bezier curve and composes the result with its first sublayer. |
| CATextLayer | Simple text layour and rendering of regular or attributed text. |
| CATiledLayer | Layer whose content can be provided asynchronously, and with multiple levels of detail. |
| CATransaction | Framework to synchronize multiple transformation operations. |
| CATransform3D | 3D transformation. |
| CATransformLayer | 3D compositing layer. |
| CATransition | Transition animations for a layer. |
| CAValueFunction | Class used to apply functions to property values during an animation. |