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]