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

PropertyAnimation on rotation degrades as user continuously stops/starts animation

    XMLWordPrintable

Details

    Description

      Continuously starting and stopping the animation will see the rotation period decrease.

      import Qt 4.7

      Item {
      width: 640
      height: 360
      Rectangle {
      anchors.centerIn: parent
      width: 10
      height: 50
      color: "grey"
      PropertyAnimation on rotation

      { id:spinnerAnimation; to: 360; duration: 600; loops: Animation.Infinite }

      }
      MouseArea

      { id: mouseArea anchors.fill: parent onClicked: spinnerAnimation.running = !spinnerAnimation.running onPressAndHold: Qt.quit() }

      }

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            hawcroft Derick Hawcroft (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes