cc.tween 只缩放 x 轴该怎么写

cc.tween(this.node)
.to(1,{scale:(0,1)})
.start()
这样写没有生效

cc.tween(this.node)
.to(1,{scaleX:1.5})
.start()

该主题在最后一个回复创建后7天后自动关闭。不再允许新的回复。