Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
4.7.1
-
None
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
}
MouseArea
}