Browse Source

Add Animation Blend modes constants to documentation (#24428)

Co-authored-by: decuyper <[email protected]>
gero3 3 years ago
parent
commit
ab1bc5fd49
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/api/en/constants/Animation.html

+ 6 - 0
docs/api/en/constants/Animation.html

@@ -29,6 +29,12 @@ THREE.InterpolateSmooth
 THREE.ZeroCurvatureEnding
 THREE.ZeroCurvatureEnding
 THREE.ZeroSlopeEnding
 THREE.ZeroSlopeEnding
 THREE.WrapAroundEnding
 THREE.WrapAroundEnding
+    </code>
+
+	<h2>Animation Blend Modes</h2>
+    <code>
+THREE.NormalAnimationBlendMode
+THREE.AdditiveAnimationBlendMode
     </code>
     </code>
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>