Mono Class Library: Namespaces

MonoTouch.CoreAnimation Namespace

CoreAnimation Framework to animate your user interface.

Remarks

CoreAnimation is at the core of the iPhone UI. The APIs in this namespace give you access to the underlying animation framwork that powers the UIKit.

Classes

TypeReason
CAActionAn interface implemented by objects that participate in animations coordinated by a CALayer.
CAAnimationBase class for animations.
CAAnimationDelegateDelegate class for the CAAnimation class.
CAAnimationGroupGroups and orchestrates multiple animations.
CAAnimationStateEventArgsEncapsulates the state of the animation.
CABasicAnimationSingle keyframe based animations.
CADisplayLinkSynchronization object between your animations and the display refresh.
CAEAGLLayerLayer used to render OpenGL content.
CAFillModeConstants used for the FillMode property in CAAnimation and CALayer, used to control the behavior of objects once the animation has completed.
CAGradientLayerLayer that renders a gradient over its background.
CAKeyFrameAnimationKeyframe-based animation support.
CALayerLayers encapsulate position, size and transformation components of a layer as well as implement the CAMediaTiming methods.
CALayerDelegateDelegate class for the CALayer.
CAMediaTimingFunctionDefines the pacing of an animation.
CAPropertyAnimationAn animation that can animate object properties.
CAReplicatorLayerA layer that replicates an existing layer, with some attributes (color, transform) altered.
CAScrollLayerDocumentation for this section has not yet been entered.
CAShapeLayerDocumentation for this section has not yet been entered.
CATextLayerSimple text layour and rendering of regular or attributed text.
CATiledLayerDocumentation for this section has not yet been entered.
CATransactionFramework to synchronize multiple transformation operations.
CATransformLayerDocumentation for this section has not yet been entered.
CATransitionTransition animations for a layer.
CAValueFunctionClass used to apply functions to property values during an animation.

Structs

TypeReason
CATransform3D3D transformation.