Timing.TriggerType Property
PowerPoint Developer Reference |
Represents the trigger that starts an animation. Read/write.
Syntax
expression.TriggerType
expression A variable that represents a Timing object.
Return Value
MsoAnimTriggerType
Remarks
The value of the TriggerType property can be one of these MsoAnimTriggerType constants. The default is msoAnimTriggerOnPageClick.
msoAnimTriggerAfterPrevious |
msoAnimTriggerMixed |
msoAnimTriggerNone |
msoAnimTriggerOnPageClick |
msoAnimTriggerOnShapeClick |
msoAnimTriggerWithPrevious |
Example
The following example adds a shape to a slide, adds an animation to the shape, and instructs the shape to begin the animation three seconds after it is clicked.
Visual Basic for Applications |
---|
|
See Also