ソースを参照

Update AnimationClip.html

Michael Herzog 2 年 前
コミット
c228d85882
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/api/en/animation/AnimationClip.html

+ 2 - 2
docs/api/en/animation/AnimationClip.html

@@ -26,7 +26,7 @@
 			[page:Number duration] - the duration of this clip (in seconds). If a negative value is passed,
 			[page:Number duration] - the duration of this clip (in seconds). If a negative value is passed,
 			the duration will be calculated from the passed `tracks` array.<br />
 			the duration will be calculated from the passed `tracks` array.<br />
 			[page:Array tracks] - an array of [page:KeyframeTrack KeyframeTracks].<br />
 			[page:Array tracks] - an array of [page:KeyframeTrack KeyframeTracks].<br />
-			[page:Number blendMode] - describes how the animation is blended/combined when two or more animations are simultaneously played.<br /><br />
+			[page:Number blendMode] - defines how the animation is blended/combined when two or more animations are simultaneously played.<br /><br />
 
 
 
 
 			Note: Instead of instantiating an AnimationClip directly with the constructor, you can use one
 			Note: Instead of instantiating an AnimationClip directly with the constructor, you can use one
@@ -41,7 +41,7 @@
 
 
 		<h3>[property:Number blendMode]</h3>
 		<h3>[property:Number blendMode]</h3>
 		<p>
 		<p>
-			Describes how the animation is blended/combined when two or more animations are simultaneously played. 
+			Defines how the animation is blended/combined when two or more animations are simultaneously played. 
 			Valid values are *NormalAnimationBlendMode* (default) and *AdditiveAnimationBlendMode*.
 			Valid values are *NormalAnimationBlendMode* (default) and *AdditiveAnimationBlendMode*.
 		</p>
 		</p>