ExtrapolationType
General
ExtrapolationType és un enum a Aspose.3d per Typescript.
ExtrapolationType és una enumeració que inclou les opcions CONSTANT, GRADIENT, CYCLE, SICLER_RELATIV i OSCIL.
Valors
| Value | Description |
|---|---|
CONSTANT | Represents a constant extrapolation where values remain unchanged beyond keyframes |
GRADIENT | Represents extrapolation using the gradient of the last segment to extend values |
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 of each loop |
OSCILLATE | Represents alternating forward and backward playback after the final keyframe |