diff --git a/docs/api/constants/Animation.html b/docs/api/constants/Animation.html
new file mode 100644
index 00000000000000..f8914d7e50e49e
--- /dev/null
+++ b/docs/api/constants/Animation.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ Source
+
+ [link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
+
+
diff --git a/docs/list.js b/docs/list.js
index 1622bda6fdce25..4c40e30d9a0f85 100644
--- a/docs/list.js
+++ b/docs/list.js
@@ -9,6 +9,7 @@ var list = {
"Reference": {
"Constants": [
+ [ "Animation", "api/constants/Animation" ],
[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
[ "DrawModes", "api/constants/DrawModes" ],
[ "GLState", "api/constants/GLState" ],