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 5e4735e..640416f 100644
--- a/examples/declarative/webview/content/SpinSquare.qml
+++ b/examples/declarative/webview/content/SpinSquare.qml
@@ -13,7 +13,7 @@ Item {
width: Root.width
height: width
}
- rotation: NumericAnimation {
+ rotation: NumberAnimation {
from: 0
to: 360
repeat: true