HarmonyOS/OpenHarmony应用开发-路径动画
设置组件进行位移动画时的运动路径。说明:从APIVersion7开始支持。开发语言ets.示例代码:EntryComponentstructPathAnimation{Statetoggle:booleantruebuild(){Column(){Button('clickme')执行动画:从起点移动到(300,200),再到(300,500),再到终点.motionPath({path:'Mstart.xstart.yL400300L300500Lend.xend.y',from:0.0,to:1.0,rotatable:true}).onClick((){animateTo({duration:4000,curve:Curve.Linear},(){this.toggle!...