MotionCommandPathType
Overview
MotionCommandPathType is a enum in Aspose.Slides FOSS for Python.
Represent types of command for animation motion effect behavior.
Values
| Value | Description |
|---|---|
MOVE_TO | Represents a move-to command in a motion path |
LINE_TO | Represents a line-to command in a motion path |
CURVE_TO | Represents a curve-to command in a motion path |
CLOSE_LOOP | Represents a close-loop command to close a motion path |
END | Represents the end of a motion path command sequence |