未验证 提交 e2e542ca 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-basic-features-animator.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 aed94cdf
...@@ -97,7 +97,7 @@ update(options: AnimatorOptions): void ...@@ -97,7 +97,7 @@ update(options: AnimatorOptions): void
**示例:** **示例:**
``` ```
animator.update(options) animator.update(options);
``` ```
### play ### play
...@@ -110,7 +110,7 @@ play(): void ...@@ -110,7 +110,7 @@ play(): void
**示例:** **示例:**
``` ```
animator.play() animator.play();
``` ```
### finish ### finish
...@@ -123,7 +123,7 @@ finish(): void ...@@ -123,7 +123,7 @@ finish(): void
**示例:** **示例:**
``` ```
animator.finish() animator.finish();
``` ```
### pause ### pause
...@@ -136,7 +136,7 @@ pause(): void ...@@ -136,7 +136,7 @@ pause(): void
**示例:** **示例:**
``` ```
animator.pause() animator.pause();
``` ```
### cancel ### cancel
...@@ -149,7 +149,7 @@ cancel(): void ...@@ -149,7 +149,7 @@ cancel(): void
**示例:** **示例:**
``` ```
animator.cancel() animator.cancel();
``` ```
### reverse ### reverse
...@@ -162,7 +162,7 @@ reverse(): void ...@@ -162,7 +162,7 @@ reverse(): void
**示例:** **示例:**
``` ```
animator.reverse() animator.reverse();
``` ```
### onframe ### onframe
...@@ -180,7 +180,7 @@ onframe: (progress: number) => void ...@@ -180,7 +180,7 @@ onframe: (progress: number) => void
**示例:** **示例:**
``` ```
animator.onframe() animator.onframe();
``` ```
### onfinish ### onfinish
...@@ -193,7 +193,7 @@ onfinish: () => void ...@@ -193,7 +193,7 @@ onfinish: () => void
**示例:** **示例:**
``` ```
animator.onfinish() animator.onfinish();
``` ```
### oncancel ### oncancel
...@@ -206,7 +206,7 @@ oncancel: () => void ...@@ -206,7 +206,7 @@ oncancel: () => void
**示例:** **示例:**
``` ```
animator.oncancel() animator.oncancel();
``` ```
### onrepeat ### onrepeat
...@@ -217,7 +217,7 @@ onrepeat: () => void ...@@ -217,7 +217,7 @@ onrepeat: () => void
**示例:** **示例:**
``` ```
animator.onrepeat() animator.onrepeat();
``` ```
动画将重复。 动画将重复。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册