ExtrapolationType
Overview
ExtrapolationType is a enum in Aspose.3D FOSS for Typescript.
ExtrapolationType.CONSTANT represents a constant extrapolation where values remain unchanged beyond keyframes.
This enumeration defines 5 values: CONSTANT, GRADIENT, CYCLE, CYCLE_RELATIVE, OSCILLATE.
Description
ExtrapolationType is an enumeration type in the Aspose.3D FOSS library for TypeScript. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ExtrapolationType help ensure type safety by restricting values to a predefined set.
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 |