#星计划# 鸿蒙 HarmonyOS ArkTS ArkUI 动画 中心扩展、向下扩展、纵向扩展
原创
EntryComponentstructIndex{StatewidthA:number0StateheightA:number0onPageShow():void{animateTo({duration:2000,iterations:1,curve:Curve.Linear},(){this.widthA200this.heightA200})}build(){Column(){中心扩展Column(){}.width(this.widthA).height(this.heightA).backgroundColor('ffc44f4f')Text('中心扩展').fontSize(20).fontWeight(FontWeight.Bold).margin({bottom:10,top:10})向下扩展Column(){}.width(200).heig...