ExtrapolationType

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

ValueDescription
CONSTANTRepresents a constant extrapolation where values remain unchanged beyond keyframes
GRADIENTRepresents a gradient extrapolation using the slope of the last segment
CYCLERepresents a cyclic extrapolation that repeats the animation from the start
CYCLE_RELATIVERepresents a cyclic extrapolation that repeats with cumulative offset
OSCILLATERepresents an oscillating extrapolation that alternates direction after each cycle

See Also