Skip to content

在有无next的情况下,继承的变换值存在差异 #992

Description

@A-kirami
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions