MotionPathPointsType
Overview
MotionPathPointsType is a enum in Aspose.Slides FOSS for Python.
Represent types of points in animation motion path.
This enumeration defines 9 values: NONE, AUTO, CORNER, STRAIGHT, SMOOTH, CURVE_AUTO, CURVE_CORNER, CURVE_STRAIGHT, CURVE_SMOOTH.
Values
| Value | Description |
|---|---|
NONE | Represents a motion path with no points |
AUTO | Represents an automatically generated motion path |
CORNER | Represents a motion path that follows corner points |
STRAIGHT | Represents a motion path composed of straight line segments |
SMOOTH | Represents a motion path with smooth (curved) transitions |
CURVE_AUTO | Represents an automatically curved motion path |
CURVE_CORNER | Represents a curved motion path using corner points |
CURVE_STRAIGHT | Represents a curved motion path based on straight segments |
CURVE_SMOOTH | Represents a smoothly curved motion path |