Share via


Timing Object Members

PowerPoint Developer Reference

Represents timing properties for an animation effect.

Properties

  Name Description
Bb251507.properties(en-us,office.12).gif 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.
Bb251507.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251507.properties(en-us,office.12).gif AutoReverse Sets or returns an MsoTriState that represents whether an effect should play forward and then reverse, thereby doubling the duration. Read/write.
Bb251507.properties(en-us,office.12).gif 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.
Bb251507.properties(en-us,office.12).gif Duration Returns or sets a Single that represents the length of an animation in seconds. Read/write.
Bb251507.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251507.properties(en-us,office.12).gif RepeatCount Sets or returns an Long that represents the number of times to repeat an animation. Read/write.
Bb251507.properties(en-us,office.12).gif RepeatDuration Sets or returns a Single that represents, in seconds, how long repeated animations should last. Read/write.
Bb251507.properties(en-us,office.12).gif Restart Sets or returns an MsoAnimEffectRestart constant that represents whether the animation effect restarts after the effect has started once. Read/write.
Bb251507.properties(en-us,office.12).gif RewindAtEnd Sets or returns an MsoTriState constant that represents whether an object returns to its beginning position after an animation has ended. Read/write.
Bb251507.properties(en-us,office.12).gif SmoothEnd Sets or returns an MsoTriState constant that represents whether an animation should decelerate as it ends. Read/write.
Bb251507.properties(en-us,office.12).gif SmoothStart Sets or returns an MsoTriState constant that represents whether an animation should accelerate when it starts. Read/write.
Bb251507.properties(en-us,office.12).gif Speed Returns or sets a Single that represents the speed, in seconds, of the specified animation. Read/write.
Bb251507.properties(en-us,office.12).gif TriggerDelayTime Sets or returns a Single that represents the delay, in seconds, from when an animation trigger is enabled. Read/write.
Bb251507.properties(en-us,office.12).gif TriggerShape Sets or returns a Shape object that represents the shape associated with an animation trigger. Read/write.
Bb251507.properties(en-us,office.12).gif TriggerType Sets or returns an MsoAnimTriggerType constant that represents the trigger that starts an animation. Read/write.