| Interface | Description |
|---|---|
| CATransaction.Block_completionBlock_ret | |
| CATransaction.Block_setCompletionBlock |
| Class | Description |
|---|---|
| CAAnimation |
The base animation class.
|
| CAAnimationGroup |
Animation subclass for grouped animations.
|
| CABasicAnimation |
Subclass for basic (single-keyframe) animations.
|
| CADisplayLink |
Class representing a timer bound to the display vsync.
|
| CAEAGLLayer | |
| CAEmitterCell | |
| CAEmitterLayer | |
| CAGradientLayer | |
| CAKeyframeAnimation |
General keyframe animation class.
|
| CALayer |
The base layer class.
|
| CAMediaTimingFunction |
Represents one segment of a function describing a timing curve.
|
| CAMetalLayer |
Note: The default value of the `opaque' property for CAMetalLayer
instances is true.
|
| CAPropertyAnimation |
Subclass for property-based animations.
|
| CAReplicatorLayer |
The replicator layer creates a specified number of copies of its
sublayers, each copy potentially having geometric, temporal and
color transformations applied to it.
|
| CAScrollLayer | |
| CAShapeLayer |
The shape layer draws a cubic Bezier spline in its coordinate space.
|
| CASpringAnimation |
Subclass for mass-spring animations.
|
| CATextLayer | |
| CATiledLayer | |
| CATransaction | |
| CATransformLayer |
"Transform" layers are used to create true 3D layer hierarchies.
|
| CATransition |
Transition animation subclass.
|
| CAValueFunction |