summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/content/SpinSquare.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/webview/content/SpinSquare.qml')
-rw-r--r--examples/declarative/webview/content/SpinSquare.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/content/SpinSquare.qml b/examples/declarative/webview/content/SpinSquare.qml
index b65a29d..b0f568f 100644
--- a/examples/declarative/webview/content/SpinSquare.qml
+++ b/examples/declarative/webview/content/SpinSquare.qml
@@ -18,7 +18,7 @@ Item {
NumberAnimation on rotation {
from: 0
to: 360
- repeat: true
+ loops: Qt.Infinite
duration: root.period
}
}