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

QML Animators are too fast on macOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.12.0 Alpha, 5.12.0 Beta 1
    • None
    • 10.13.6 MacBook Pro 13-inch, 2017

    Description

      Animations are running too fast on macOS. See attached example and recorded video.

       

      import QtQuick 2.6
      
      Rectangle {
        id: rotatingBox
        width: 100
        height: 100
        color: "lightsteelblue"
      
        Text {
          anchors.centerIn: parent
          text: "Qt 5.12"
          font.pixelSize: 24
        }
      
        RotationAnimator {
          target: rotatingBox
          loops: Animation.Infinite
          from: 0
          to: 360
          duration: 5000
          running: true
        }
      }
      

       

      Attachments

        Issue Links

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

          Activity

            People

              vestbo Tor Arne Vestbø
              beemaster Roman Pasechnik
              Votes:
              3 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes