ExtrapolationType

ExtrapolationType

Overview

ExtrapolationType is a enum in Aspose.3D FOSS for .NET.

ExtrapolationType.CONSTANT represents a constant extrapolation where values stay unchanged beyond keyframes.

Values

ValueDescription
CONSTANTRepresents a constant extrapolation where values stay unchanged beyond keyframes
CYCLERepresents a cyclic extrapolation that repeats the animation sequence after the last keyframe
CYCLE_WITH_OFFSETRepresents a cyclic extrapolation that repeats the sequence with an added offset each cycle
OSCILLATERepresents an oscillating extrapolation that alternates forward and backward after the last keyframe

See Also