aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/textureinthread/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/textureinthread/main.qml')
-rw-r--r--examples/quick/scenegraph/textureinthread/main.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/textureinthread/main.qml b/examples/quick/scenegraph/textureinthread/main.qml
index 4493ec46fd..52501ebd49 100644
--- a/examples/quick/scenegraph/textureinthread/main.qml
+++ b/examples/quick/scenegraph/textureinthread/main.qml
@@ -85,6 +85,10 @@ Item {
Scale { id: scale; },
Translate { id: txIn; x: renderer.width / 2; y: renderer.height / 2 }
]
+
+ Behavior on opacity { NumberAnimation { duration: 500 } }
+ opacity: 0
+ Component.onCompleted: renderer.opacity = 1;
}
// Just to show something interesting