Animation Constants

These constants define animation playback and interpolation.

Loop Modes

v3d.LoopOnce v3d.LoopRepeat v3d.LoopPingPong

Interpolation Modes

v3d.InterpolateDiscrete v3d.InterpolateLinear v3d.InterpolateSmooth

Ending Modes

v3d.ZeroCurvatureEnding v3d.ZeroSlopeEnding v3d.WrapAroundEnding

Animation Blend Modes

v3d.NormalAnimationBlendMode v3d.AdditiveAnimationBlendMode

Source

For more info on how to obtain the source code of this module see this page.