Click or drag to resize

Timing Properties

The Timing type exposes the following members.

Properties
Name Description
Public property Accelerate
Percentage of the duration over which acceleration should take place Read/write Single .
Public property AnimationRepeatType
Gets or set repeat type of animation.
Public property AutoReverse
Whether an effect should play forward and then reverse, thereby doubling the duration Read/write Boolean .
Public property Decelerate
Percentage of the duration over which acceleration should take place Read/write Single .
Public property Duration
Length of animation (in seconds) Read/write Single .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property RepeatCount
Describes the number of times the effect should repeat. Read/write Single .
Public property RepeatDuration
How long should the repeats last (in seconds) Read/write Single .
Public property Restart
Indicatesif a effect is to restart after complete. Read/write Single .
Public property Speed
Returns or sets a valeue. specifies the percentage by which to speed up (or slow down) the timing.
Public property TriggerDelayTime
Delay time from when the trigger is enabled (in seconds) Read/write Single .
Public property TriggerType
Describes trigger type. Read/write AnimationTriggerType .
Top
See Also