changeFigure:stand.webp -transform={"position":{"x":500}} -next;
setTransform:{"position":{"x":1000}} -target=fig-center;
setTransform:{"position":{"y":-200}} -target=fig-center -duration=3000; x = 500
changeFigure:stand.webp -transform={"position":{"x":500}};
setTransform:{"position":{"x":1000}} -target=fig-center;
setTransform:{"position":{"y":-200}} -target=fig-center -duration=3000; x = 1000
changeFigure在有无next的情况下,第三行的x的值会改变
有next是500,无next是1000
changeFigure在有无next的情况下,第三行的x的值会改变
有next是500,无next是1000