Animation Constants

Loop Modes

THREE.LoopOnce THREE.LoopRepeat THREE.LoopPingPong

Interpolation Modes

THREE.InterpolateDiscrete THREE.InterpolateLinear THREE.InterpolateSmooth

Ending Modes

THREE.ZeroCurvatureEnding THREE.ZeroSlopeEnding THREE.WrapAroundEnding

Animation Blend Modes

THREE.NormalAnimationBlendMode THREE.AdditiveAnimationBlendMode

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]