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

Grid's move transiton occurs on add too, add transition not in use at all

    XMLWordPrintable

Details

    • 84caca8dc56c569dc7b416d6a41e9ca8cda5f14f

    Description

      This with the latest QML from qt/qt-qml.

      This move transition seems to execute not only on move, but also on add operations:

      move: Transition {
          NumberAnimation {
              properties: "x,y"
              easing.type: "OutBounce"
          }
      }
      

      While this add transition never runs:

      add: Transition {
                  PropertyAnimation { property: "scale"; from: 0; to: 1; }
      }
      

      Incidentally, the above "add" transition doesn't run when set as a "move" transition either, so maybe it is not defined correctly?
      However, the above "move" transition does not run on add operations if redefined as a "add" transition.

      Does this issue apply to Row and Column layouts too?

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            mathiasm Mathias Malmqvist
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes