未验证 提交 6066b26c 编写于 作者: O openharmony_ci 提交者: Gitee

!9181 系统接口的描述放到方法上

Merge pull request !9181 from leafly2021/0415_master
......@@ -3919,15 +3919,15 @@ class myAbility extends Ability {
属性转换的上下文信息。
**系统接口:** 此接口为系统接口。
### 属性
### toWindow<sup>9+</sup>
**系统接口:** 此接口为系统接口。
**系统能力**:SystemCapability.WindowManager.WindowManager.Core
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------- | ----------------- | ---- | ---- | ---------------- |
| toWindow | [Window](#window) | 是 | 是 | 动画的目标窗口。 |
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| --------------------- | ----------------- | ---- | ---- | ---------------- |
| toWindow<sup>9+</sup> | [Window](#window) | 是 | 是 | 动画的目标窗口。 |
### completeTransition<sup>9+</sup>
......@@ -3935,6 +3935,8 @@ completeTransition(isCompleted: boolean): void
设置属性转换的最终完成状态。该函数需要在动画函数[animateTo()](../arkui-ts/ts-explicit-animation.md)执行后设置。
**系统接口:** 此接口为系统接口。
**系统能力**:SystemCapability.WindowManager.WindowManager.Core
**参数:**
......@@ -3975,14 +3977,14 @@ controller.animationForShown = (context : window.TransitionContext) => {
属性转换控制器。
**系统接口:** 此接口为系统接口。
### animationForShown<sup>9+</sup>
animationForShown(context: TransitionContext): void
窗口显示时的自定义动画配置。
**系统接口:** 此接口为系统接口。
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
**参数:**
......@@ -4027,6 +4029,8 @@ animationForHidden(context: TransitionContext): void
窗口隐藏时的自定义动画配置。
**系统接口:** 此接口为系统接口。
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
**参数:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册