transitions: Transition { NumberAnimation { target: rotation; property: "angle"; duration: 2000 onRunningChanged: console.log("changed") }