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
-
-
Bug Fixing Week Q2/2020
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
- is duplicated by
-
QTBUG-71016 QML animations run too fast on macOS Mojave (10.14)
- Closed
- relates to
-
QTBUG-50348 QtQuick Animations run 3 times too fast on OSX 10.8 in a virtual machine
- Closed