ExtrapolationType

ExtrapolationType

Overview

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

ExtrapolationType.CONSTANT represents a constant extrapolation that holds the last keyframe value.

This enumeration defines 5 values: CONSTANT, GRADIENT, CYCLE, CYCLE_RELATIVE, OSCILLATE.

Values

ValueDescription
CONSTANTRepresents a constant extrapolation that holds the last keyframe value
GRADIENTRepresents extrapolation using the gradient of the last segment
CYCLERepresents repeating the animation cycle from the start after the last keyframe
CYCLE_RELATIVERepresents repeating the cycle with values offset by the total change
OSCILLATERepresents alternating forward and backward playback after the last keyframe

See Also