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

QML Animators are too fast on macOS

XMLWordPrintable

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

      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
        }
      }
      

       

        1. qt5.12.mov
          152 kB
          Roman Pasechnik
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes