-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.7.0
-
None
Rectangle {
width: 400
height: 400
Rectangle {
id: theRect
objectName: "TheRect"
color: "red"
width: 50; height: 50
x: 100; y: 100
x: NumberAnimation { matchTargets: theRect; matchProperties: "y"; to: 200; running: true }
}
}
running this animation should leave the 'x' and 'y' unmodified.