AnimateTo动画延时不生效修复

Signed-off-by: yeyedeshen <yangxin181@huawei.com>
This commit is contained in:
yeyedeshen 2024-07-29 09:58:05 +08:00
parent bae7bd3e31
commit 5519b58e07

View File

@ -117,7 +117,6 @@ struct AnimationToSample {
.width(160) .width(160)
.rotate({ angle: this.rotateAngleDelay }) .rotate({ angle: this.rotateAngleDelay })
.margin(35) .margin(35)
.animation({})
Button($r('app.string.attribute_animation_play_count')) Button($r('app.string.attribute_animation_play_count'))
.onClick(() => { .onClick(() => {