Timing Object Members
PowerPoint Developer Reference |
Represents timing properties for an animation effect.
Properties
Name | Description | |
---|---|---|
Accelerate | Returns or sets a Single that represents the percent of the duration over which a timing acceleration should take place. For example, a value of 0.9 means that an acceleration should start slower than the default speed for 90% of the total animation time, with the last 10% of the animation at the default speed. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
AutoReverse | Sets or returns an MsoTriState that represents whether an effect should play forward and then reverse, thereby doubling the duration. Read/write. | |
Decelerate | Sets or returns a Single that represents the percent of the duration over which a timing deceleration should take place. For example, a value of 0.9 means that an deceleration should start at the default speed, and then start to slow down after the first ten percent of the animation. Read/write. | |
Duration | Returns or sets a Single that represents the length of an animation in seconds. Read/write. | |
Parent | Returns the parent object for the specified object. | |
RepeatCount | Sets or returns an Long that represents the number of times to repeat an animation. Read/write. | |
RepeatDuration | Sets or returns a Single that represents, in seconds, how long repeated animations should last. Read/write. | |
Restart | Sets or returns an MsoAnimEffectRestart constant that represents whether the animation effect restarts after the effect has started once. Read/write. | |
RewindAtEnd | Sets or returns an MsoTriState constant that represents whether an object returns to its beginning position after an animation has ended. Read/write. | |
SmoothEnd | Sets or returns an MsoTriState constant that represents whether an animation should decelerate as it ends. Read/write. | |
SmoothStart | Sets or returns an MsoTriState constant that represents whether an animation should accelerate when it starts. Read/write. | |
Speed | Returns or sets a Single that represents the speed, in seconds, of the specified animation. Read/write. | |
TriggerDelayTime | Sets or returns a Single that represents the delay, in seconds, from when an animation trigger is enabled. Read/write. | |
TriggerShape | Sets or returns a Shape object that represents the shape associated with an animation trigger. Read/write. | |
TriggerType | Sets or returns an MsoAnimTriggerType constant that represents the trigger that starts an animation. Read/write. |