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
| Value | Description |
|---|---|
CONSTANT | Represents a constant extrapolation where values stay unchanged beyond keyframes |
CYCLE | Represents a cyclic extrapolation that repeats the animation sequence after the last keyframe |
CYCLE_WITH_OFFSET | Represents a cyclic extrapolation that repeats the sequence with an added offset each cycle |
OSCILLATE | Represents an oscillating extrapolation that alternates forward and backward after the last keyframe |