Determines how to transition between two keyframes

  • None will use the first keyframe's values until the transition ends
  • Linear will linear-interpolate (lerp) to the next value

Values that use this are:

  • position: number
  • trackSpeed: number

Enumeration Members

Enumeration Members

Linear: 1

Linear-interpolates between two keyframes

None: 0

No transition

Generated using TypeDoc