``` } Text { id: text1 x: 183 y: 117 text: qsTr("5") font.family: "Bebas Kai" font.bold: false verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter font.pixelSize: 24 RotationAnimator { id: text1 anim target: text11; duration: 1000 running: false } }```