未验证 提交 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
**示例:**
```
animator.update(options)
animator.update(options);
```
### play
......@@ -110,7 +110,7 @@ play(): void
**示例:**
```
animator.play()
animator.play();
```
### finish
......@@ -123,7 +123,7 @@ finish(): void
**示例:**
```
animator.finish()
animator.finish();
```
### pause
......@@ -136,7 +136,7 @@ pause(): void
**示例:**
```
animator.pause()
animator.pause();
```
### cancel
......@@ -149,7 +149,7 @@ cancel(): void
**示例:**
```
animator.cancel()
animator.cancel();
```
### reverse
......@@ -162,7 +162,7 @@ reverse(): void
**示例:**
```
animator.reverse()
animator.reverse();
```
### onframe
......@@ -180,7 +180,7 @@ onframe: (progress: number) => void
**示例:**
```
animator.onframe()
animator.onframe();
```
### onfinish
......@@ -193,7 +193,7 @@ onfinish: () => void
**示例:**
```
animator.onfinish()
animator.onfinish();
```
### oncancel
......@@ -206,7 +206,7 @@ oncancel: () => void
**示例:**
```
animator.oncancel()
animator.oncancel();
```
### onrepeat
......@@ -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.
先完成此消息的编辑!
想要评论请 注册