Determines how to transition between two keyframes
None
Linear
Values that use this are:
Linear-interpolates between two keyframes
No transition
Generated using TypeDoc
Determines how to transition between two keyframes
None
will use the first keyframe's values until the transition endsLinear
will linear-interpolate (lerp) to the next valueValues that use this are: