Explorar o código

Update AnimationAction.html

Michael Herzog %!s(int64=2) %!d(string=hai) anos
pai
achega
118eb9e208
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: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: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
 			[page:AnimationMixer.clipAction] since this method provides caching for better performance.
@@ -39,7 +39,7 @@
 
 		<h3>[property:Number blendMode]</h3>
 		<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*.
 		</p>