Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
5fc996be
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看板
提交
5fc996be
编写于
11月 01, 2022
作者:
L
luoying_ace_admin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
revise doc
Signed-off-by:
N
luoying_ace_admin
<
luoying19@huawei.com
>
上级
be81bfb0
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
7 deletion
+7
-7
zh-cn/application-dev/reference/apis/js-apis-animator.md
zh-cn/application-dev/reference/apis/js-apis-animator.md
+6
-6
zh-cn/application-dev/reference/apis/js-apis-router.md
zh-cn/application-dev/reference/apis/js-apis-router.md
+1
-1
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-animator.md
浏览文件 @
5fc996be
...
...
@@ -34,7 +34,7 @@ create(options: AnimatorOptions): AnimatorResult
**示例:**
```
js
var
options
=
{
let
options
=
{
duration
:
1500
,
easing
:
'
friction
'
,
delay
:
0
,
...
...
@@ -79,7 +79,7 @@ reset(options: AnimatorOptions): void
**示例:**
```
js
var
options
=
{
let
options
=
{
duration
:
1500
,
easing
:
'
friction
'
,
delay
:
0
,
...
...
@@ -266,7 +266,7 @@ export default {
animator
:
null
},
onInit
()
{
var
options
=
{
let
options
=
{
duration
:
1500
,
easing
:
'
friction
'
,
delay
:
0
,
...
...
@@ -279,7 +279,7 @@ export default {
this
.
animator
=
animator
.
create
(
options
);
},
Show
()
{
var
options1
=
{
let
options1
=
{
duration
:
1500
,
easing
:
'
friction
'
,
delay
:
0
,
...
...
@@ -294,7 +294,7 @@ export default {
}
catch
(
error
)
{
console
.
error
(
`Animator reset failed, error code:
${
error
.
code
}
, message:
${
error
.
message
}
.`
);
}
var
_this
=
this
;
let
_this
=
this
;
this
.
animator
.
onframe
=
function
(
value
)
{
_this
.
divWidth
=
value
;
_this
.
divHeight
=
value
;
...
...
@@ -353,7 +353,7 @@ createAnimator(options: AnimatorOptions): AnimatorResult
**示例:**
```
js
var
options
=
{
let
options
=
{
duration
:
1500
,
easing
:
'
friction
'
,
delay
:
0
,
...
...
zh-cn/application-dev/reference/apis/js-apis-router.md
浏览文件 @
5fc996be
...
...
@@ -604,7 +604,7 @@ router.getParams();
| 名称 | 描述 |
| -------- | ---------------------------------------- |
| Standard | 标准模式。
|
| Standard | 标准模式。
<br/>
目标页面会被添加到页面路由栈顶,无论栈中是否存在相同url的页面。
|
| Single | 单实例模式。
<br/>
如果目标页面的url在页面栈中已经存在同url页面,离栈顶最近的页面会被移动到栈顶,移动后的页面为新建页。
<br/>
如目标页面的url在页面栈中不存在同url页面,按标准模式跳转。 |
## 完整示例
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录