ExtrapolationType
Overview
ExtrapolationType is a enum in Aspose.3d for Python.
ExtrapolationType.CONSTANT represents using a constant value beyond the keyframe range.
Values
| Value | Description |
|---|---|
CONSTANT | Represents using a constant value beyond the keyframe range |
GRADIENT | Represents extending the curve using the gradient at the endpoint |
CYCLE | Represents repeating the animation cycle from the start after the end |
CYCLE_RELATIVE | Represents repeating the cycle with values offset relative to each repetition |
OSCILLATE | Represents alternating the curve direction back and forth beyond the range |