AnimationBehavior Members
Include Protected Members
Include Inherited Members
Represents the behavior of an animation effect, the main animation sequence, or an interactive animation sequence. The AnimationBehavior object is a member of the AnimationBehaviors collection.
The AnimationBehavior type exposes the following members.
Properties
Name | Description | |
---|---|---|
Accumulate | Determines whether animation behaviors accumulate. Read/write. | |
Additive | Sets or returns whether the current animation behavior is combined with other running animations. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
ColorEffect | Returns a ColorEffect object that represents the color properties for a specified animation behavior. | |
CommandEffect | Returns a CommandEffect object for the specified animation behavior. Read-only. | |
FilterEffect | Returns a FilterEffect object that represents a filter effect for an animation behavior. Read-only. | |
MotionEffect | Returns a MotionEffect object that represents the properties of a motion animation. | |
Parent | Returns the parent object for the specified object. | |
PropertyEffect | Returns a PropertyEffect object for a given animation behavior. Read-only. | |
RotationEffect | Returns a RotationEffect object for an animation behavior. Read-only. | |
ScaleEffect | Returns a ScaleEffect object for a given animation behavior. Read-only. | |
SetEffect | Returns a SetEffect object for the animation behavior. Read-only. | |
Timing | Returns a Timing object that represents the timing properties for an animation sequence. | |
Type | Represents the type of animation. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified AnimationBehavior object. |
Top