MotionCommandPathType

MotionCommandPathType

Overview

MotionCommandPathType is a enum in Aspose.Slides FOSS for Python.

Represent types of command for animation motion effect behavior.

This enumeration defines 5 values: MOVE_TO, LINE_TO, CURVE_TO, CLOSE_LOOP, END.

Values

ValueDescription
MOVE_TORepresents a move-to command in a motion path
LINE_TORepresents a line-to command in a motion path
CURVE_TORepresents a curve-to command in a motion path
CLOSE_LOOPRepresents a close-loop command to close a motion path
ENDRepresents the end of a motion path command sequence

See Also