Преглед на файлове

Update AnimationAction.html

Michael Herzog преди 2 години
родител
ревизия
118eb9e208
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/api/en/animation/AnimationAction.html

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

@@ -28,7 +28,7 @@
 			[page:AnimationMixer mixer] - the `AnimationMixer` that is controlled by this action.<br />
 			[page:AnimationMixer mixer] - the `AnimationMixer` that is controlled by this action.<br />
 			[page:AnimationClip clip] - the `AnimationClip` that holds the animation data for this action.<br />
 			[page:AnimationClip clip] - the `AnimationClip` that holds the animation data for this action.<br />
 			[page:Object3D localRoot] - the root object on which this action is performed.<br />
 			[page:Object3D localRoot] - the root object on which this action is performed.<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 calling this constructor directly you should instantiate an AnimationAction with
 			Note: Instead of calling this constructor directly you should instantiate an AnimationAction with
 			[page:AnimationMixer.clipAction] since this method provides caching for better performance.
 			[page:AnimationMixer.clipAction] since this method provides caching for better performance.
@@ -39,7 +39,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>