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

Remove note

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