ExtrapolationType
Overview
ExtrapolationType is a enum in Aspose.3d for Typescript.
ExtrapolationType is an enumeration that includes CONSTANT, GRADIENT, CYCLE, CYCLE_RELATIVE, and OSCILLATE options.
Values
| 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 |