summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/qml/PerspectiveItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dynamic/qml/PerspectiveItem.qml')
-rw-r--r--examples/declarative/dynamic/qml/PerspectiveItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dynamic/qml/PerspectiveItem.qml b/examples/declarative/dynamic/qml/PerspectiveItem.qml
index 9e09dd2..55a70d5 100644
--- a/examples/declarative/dynamic/qml/PerspectiveItem.qml
+++ b/examples/declarative/dynamic/qml/PerspectiveItem.qml
@@ -7,6 +7,6 @@ Image {
onCreatedChanged: if (created && y+height<=window.height/2) { tree.destroy() }
scale: y+height > window.height/2 ? (y+height-250)*0.01 : 1
transformOrigin: "Center"
- source: image;
+ source: image; smooth: true
z: y
}