提交 993c0de0 编写于 作者: 华华小仙女

Remove note

Signed-off-by: N华华小仙女 <zhurong18@h-partners.com>
上级 21f0cc11
...@@ -1464,12 +1464,12 @@ export default function windowPromiseTest(context, windowStage, abilityStorage) ...@@ -1464,12 +1464,12 @@ export default function windowPromiseTest(context, windowStage, abilityStorage)
controller.animationForShown = (context: ohosWindow.TransitionContext) => { controller.animationForShown = (context: ohosWindow.TransitionContext) => {
let toWindow = context.toWindow let toWindow = context.toWindow
animateTo({ animateTo({
duration: 1000, // 动画时长 duration: 1000,
tempo: 0.5, // 播放速率 tempo: 0.5,
curve: Curve.EaseInOut, // 动画曲线 curve: Curve.EaseInOut,
delay: 0, // 动画延迟 delay: 0,
iterations: 1, // 播放次数 iterations: 1,
playMode: PlayMode.Normal, // 动画模式 playMode: PlayMode.Normal,
}, () => { }, () => {
var obj: ohosWindow.TranslateOptions; var obj: ohosWindow.TranslateOptions;
obj.x = 100.0; obj.x = 100.0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册