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

Performance blocker with NumberAnimation

    XMLWordPrintable

Details

    Description

      The following example uses 99% CPU:

      import QtQuick 2.0

      Item {
      property real performanceProblem: 0
      SequentialAnimation on performanceProblem {
      loops: Animation.Infinite
      running: true
      NumberAnimation

      { from: 0; to: 500; duration: 2000 }

      NumberAnimation

      { from: 500; to: 0; duration: 2000 }

      }
      }

      Attachments

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

        Activity

          People

            sletta Gunnar Sletta
            bjnilsen Bjørn Erik Nilsen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes