CAAnimationGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Groups and orchestrates multiple animations.
[Foundation.Register("CAAnimationGroup", true)]
public class CAAnimationGroup : CoreAnimation.CAAnimation
[<Foundation.Register("CAAnimationGroup", true)>]
type CAAnimationGroup = class
inherit CAAnimation
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CAAnimationGroup() |
Creates a new CAAnimationGroup with default values. |
| CAAnimationGroup(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CAAnimationGroup(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CAAnimationGroup(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AnimationEvents | (Inherited from CAAnimation) |
| Animations |
An array of the animations in this group. |
| AutoReverses | (Inherited from CAAnimation) |
| BeginTime | (Inherited from CAAnimation) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the CoreAnimation.CAAnimationDelegate model class which acts as the class delegate. (Inherited from CAAnimation) |
| Description | (Inherited from NSObject) |
| Duration | (Inherited from CAAnimation) |
| ExposedBindings | (Inherited from NSObject) |
| FadeInDuration | (Inherited from CAAnimation) |
| FadeOutDuration | (Inherited from CAAnimation) |
| FillMode | (Inherited from CAAnimation) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PreferredFrameRateRange | (Inherited from CAAnimation) |
| RemovedOnCompletion |
Whether the animation is removed from the layer on completion. (Inherited from CAAnimation) |
| RepeatCount | (Inherited from CAAnimation) |
| RepeatDuration | (Inherited from CAAnimation) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Speed | (Inherited from CAAnimation) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimeOffset | (Inherited from CAAnimation) |
| TimingFunction |
The timing function used to compute the animation. (Inherited from CAAnimation) |
| UsesSceneTimeBase | (Inherited from CAAnimation) |
| WeakDelegate |
An object that can respond to the delegate protocol for this type (Inherited from CAAnimation) |
| Zone | (Inherited from NSObject) |
Methods
Events
| Name | Description |
|---|---|
| AnimationStarted |
Event raised by the object. (Inherited from CAAnimation) |
| AnimationStopped |
Event raised by the object. (Inherited from CAAnimation) |