AnimationBehavior.Type Property
PowerPoint Developer Reference |
Represents the type of animation. Read/write.
Syntax
expression.Type
expression A variable that represents an AnimationBehavior object.
Return Value
MsoAnimType
Remarks
The value of the Type property can be one of these MsoAnimType constants.
MsoAnimTypeColor |
MsoAnimTypeMixed |
MsoAnimTypeMotion |
MsoAnimTypeNone |
MsoAnimTypeProperty |
MsoAnimTypeRoatation |
MsoAnimTypeScale |
MsoAnimTypeTransition |
See Also