``` } Text { id: text3 x: 335 y: 116 text: qsTr("3") font.family: "Bebas Kai" font.bold: false verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter font.pixelSize: 24 RotationAnimator { id: text3_anim target: text3; duration: 1000 running: false } ```