MsoAnimTriggerType Enumeration
The action that triggers the animation effect. The default value is msoAnimTriggerOnPageClick.
Version Information
Version Added: PowerPoint 2007
Name |
Value |
Description |
---|---|---|
msoAnimTriggerAfterPrevious |
3 |
After the Previous button is clicked. |
msoAnimTriggerMixed |
-1 |
Mixed actions. |
msoAnimTriggerNone |
0 |
No action associated as the trigger. |
msoAnimTriggerOnPageClick |
1 |
When a page is clicked. |
msoAnimTriggerOnShapeClick |
4 |
When a shape is clicked. |
msoAnimTriggerWithPrevious |
2 |
When the Previous button is clicked. |