Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-8072

Setting matchProperties in a PropertyValueSource should not animate the sourced value

XMLWordPrintable

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            lscunha Leonardo Sobral Cunha (Inactive)
            lscunha Leonardo Sobral Cunha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes