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.

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