ExtrapolationType
Overview
ExtrapolationType is a enum in Aspose.3D FOSS for Python.
ExtrapolationType.CONSTANT represents a constant extrapolation that holds the last keyframe value.
Values
| Value | Description |
|---|---|
CONSTANT | Represents a constant extrapolation that holds the last keyframe value |
GRADIENT | Represents extrapolation using the gradient of the last segment |
CYCLE | Represents repeating the animation cycle from the start after the last keyframe |
CYCLE_RELATIVE | Represents repeating the cycle with values offset by the total change |
OSCILLATE | Represents alternating forward and backward playback after the last keyframe |