blob: 94692add6053bf60e821629e6dc33d7e97e68dd7 [file] [log] [blame]
import QtQuick 2.0
Rectangle {
id: rect
RotationAnimation {
target: rect
from: 0
to: 360
running: true
duration: 1000
loops: Animation.Infinite
}
}