Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
d2786b3b
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
d2786b3b
编写于
7月 02, 2022
作者:
W
wusongqing
提交者:
Gitee
7月 02, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【文档体验官】更新animator描述
Signed-off-by:
N
wusongqing
<
wusongqing@huawei.com
>
上级
ce85f3d8
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
10 addition
and
9 deletion
+10
-9
zh-cn/application-dev/reference/apis/js-apis-animator.md
zh-cn/application-dev/reference/apis/js-apis-animator.md
+10
-9
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-animator.md
浏览文件 @
d2786b3b
# 动画
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> **说明:**
>
> 本模块首批接口从API version 6开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
...
...
@@ -22,7 +23,7 @@ createAnimator(options: AnimatorOptions): AnimatorResult
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| options |
[
AnimatorOptions
](
#animatoroptions
)
| 是 | 定义动画选项
,详细请参考AnimatorOptions
。|
| options |
[
AnimatorOptions
](
#animatoroptions
)
| 是 | 定义动画选项。|
**返回值:**
| 类型 | 说明 |
...
...
@@ -169,7 +170,7 @@ animator.reverse();
onframe: (progress: number) => void
回调时触发
。
接收到帧时回调
。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
...
...
@@ -187,7 +188,7 @@ animator.onframe();
onfinish: () => void
动画完成。
动画完成
时回调
。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
...
...
@@ -200,7 +201,7 @@ animator.onfinish();
oncancel: () => void
动画被取消。
动画被取消
时回调
。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
...
...
@@ -213,6 +214,8 @@ animator.oncancel();
onrepeat: () => void
动画重复时回调。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**示例:**
...
...
@@ -220,8 +223,6 @@ onrepeat: () => void
animator.onrepeat();
```
动画将重复。
## AnimatorOptions
定义动画选项。
...
...
@@ -236,5 +237,5 @@ animator.onrepeat();
| fill | "none"
\|
"forwards"
\|
"backwards"
\|
"both" | 是 | 动画执行后是否恢复到初始状态,默认值为"none"。动画执行后,动画结束时的状态(在最后一个关键帧中定义)将保留。 |
| direction | "normal"
\|
"reverse"
\|
"alternate"
\|
"alternate-reverse" | 是 | 动画播放模式,默认值"normal"。|
| iterations | number | 是 | 动画播放次数,默认值1。设置为0时不播放,设置为-1时无限次播放。 |
| begin | number | 是 | 动画插值起点,
不设置时
默认为0。 |
| end | number | 是 | 动画插值终点,
不设置时
默认为1。 |
| begin | number | 是 | 动画插值起点,默认为0。 |
| end | number | 是 | 动画插值终点,默认为1。 |
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录