浏览代码

Add Animation Blend modes constants to documentation (#24428)

Co-authored-by: decuyper <[email protected]>
gero3 3 年之前
父节点
当前提交
ab1bc5fd49
共有 1 个文件被更改,包括 6 次插入0 次删除
  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.ZeroSlopeEnding
 THREE.WrapAroundEnding
+    </code>
+
+	<h2>Animation Blend Modes</h2>
+    <code>
+THREE.NormalAnimationBlendMode
+THREE.AdditiveAnimationBlendMode
     </code>
 
 		<h2>Source</h2>