aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/fonts/hello.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/fonts/hello.qml')
-rw-r--r--examples/quick/text/fonts/hello.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/text/fonts/hello.qml b/examples/quick/text/fonts/hello.qml
index 8920329ddb..024895b8b4 100644
--- a/examples/quick/text/fonts/hello.qml
+++ b/examples/quick/text/fonts/hello.qml
@@ -58,6 +58,7 @@ Rectangle {
font.pixelSize: 32
smooth: true
+//! [letterspacing]
SequentialAnimation on font.letterSpacing {
loops: Animation.Infinite;
NumberAnimation { from: 0; to: 50; easing.type: Easing.InQuad; duration: 3000 }
@@ -68,6 +69,7 @@ Rectangle {
}
}
}
+//! [letterspacing]
SequentialAnimation on opacity {
loops: Animation.Infinite;