AnimationPoint Members
Include Protected Members
Include Inherited Members
Represents an individual animation point for an animation behavior. The AnimationPoint object is a member of the AnimationPoints collection. The AnimationPoints collection contains all the animation points for an animation behavior.
The AnimationPoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Formula | Returns or sets a formula to use for calculating an animation. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Time | Sets or returns the time at a given animation point. Read/write. | |
Value | Sets or returns the value of a property for an animation point. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified AnimationPoint object. |
Top