소스 검색

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>