MotionPathPointsType
Overview
MotionPathPointsType is a enum in Aspose.Slides FOSS for Python.
Represent types of points in animation motion path.
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 |