ExtrapolationType
Overview
ExtrapolationType is a enum in Aspose.3D FOSS for Typescript.
ExtrapolationType.CONSTANT represents a constant extrapolation where values remain unchanged beyond keyframes.
Values
| Value | Description |
|---|---|
CONSTANT | Represents a constant extrapolation where values remain unchanged beyond keyframes |
GRADIENT | Represents a gradient extrapolation using the slope of the last segment |
CYCLE | Represents a cyclic extrapolation that repeats the animation from the start |
CYCLE_RELATIVE | Represents a cyclic extrapolation that repeats with cumulative offset |
OSCILLATE | Represents an oscillating extrapolation that alternates direction after each cycle |