提交 8ce70636 编写于 作者: G gogoend

zh doc: update animationUtils.html

上级 18936f6a
......@@ -11,7 +11,7 @@
<h1>[name]</h1>
<p class="desc">
一个提供各种动画辅助方法的对象,内部使用。
一个提供各种动画辅助方法的对象,内部使用。
</p>
......@@ -25,17 +25,17 @@
<h3>[method:Array convertArray]( array, type, forceClone )</h3>
<p>
将数组转换为某种特定类型。
将数组转换为某种特定类型。
</p>
<h3>[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )</h3>
<p>
用于解析AOS关键帧格式。
用于解析AOS关键帧格式。
</p>
<h3>[method:Array getKeyframeOrder]( times )</h3>
<p>
返回一个数组,时间和值可以根据此数组排序。
返回一个数组,时间和值可以根据此数组排序。
</p>
<h3>[method:Number insertKeyframe]( [param:KeyframeTrack track], [param:Number time] )</h3>
......@@ -43,7 +43,7 @@
<h3>[method:Boolean isTypedArray]( object )</h3>
<p>
如果该对象是类型化数组,返回*true*
如果该对象是类型化数组,返回*true*
</p>
......@@ -52,12 +52,12 @@
<h3>[method:Array sortedArray]( values, stride, order )</h3>
<p>
将[page:AnimationUtils.getKeyframeOrder getKeyframeOrder]方法返回的数组排序。
将[page:AnimationUtils.getKeyframeOrder getKeyframeOrder]方法返回的数组排序。
</p>
<h3>[method:AnimationClip subclip]( [param:AnimationClip clip], [param:String name], [param:Number startFrame], [param:Number endFrame], [param:Number fps] )</h3>
<p>
Creates a new clip, containing only the segment of the original clip between the given frames.
创建一个新的片段,仅包含所给定帧之间的原始剪辑片段。
</p>
<h2>源码</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册