Timing.Restart Property
PowerPoint Developer Reference |
Represents whether the animation effect restarts after the effect has started once. Read/write.
Syntax
expression.Restart
expression A variable that represents a Timing object.
Return Value
MsoAnimEffectRestart
Remarks
The value of the Restart property can be one of these MsoAnimEffectRestart constants. The default is msoAnimEffectRestartNever.
msoAnimEffectRestartAlways |
msoAnimEffectRestartNever |
msoAnimEffectRestartWhenOff |
Example
The following example adds a shape and an animation to it, then sets the animation's restart behavior.
Visual Basic for Applications |
---|
|
See Also