summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fillmode
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/fillmode')
-rw-r--r--examples/declarative/fillmode/fillmode.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fillmode/fillmode.qml b/examples/declarative/fillmode/fillmode.qml
index ab0f81c..effb964 100644
--- a/examples/declarative/fillmode/fillmode.qml
+++ b/examples/declarative/fillmode/fillmode.qml
@@ -5,7 +5,7 @@ Image {
height: 250
source: "face.png"
SequentialAnimation on fillMode {
- repeat: true
+ loops: Qt.Infinite
PropertyAction { value: Image.Stretch }
PropertyAction { target: label; property: "text"; value: "Stretch" }
PauseAnimation { duration: 1000 }