summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fonts/hello.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/fonts/hello.qml')
-rw-r--r--examples/declarative/fonts/hello.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/hello.qml b/examples/declarative/fonts/hello.qml
index d4d0e4c..0d6f4cd 100644
--- a/examples/declarative/fonts/hello.qml
+++ b/examples/declarative/fonts/hello.qml
@@ -19,7 +19,7 @@ Rectangle {
SequentialAnimation on font.letterSpacing {
loops: Animation.Infinite;
- NumberAnimation { from: 100; to: 300; easing.type: "InQuad"; duration: 3000 }
+ NumberAnimation { from: 100; to: 300; easing.type: Easing.InQuad; duration: 3000 }
ScriptAction {
script: {
container.y = (screen.height / 4) + (Math.random() * screen.height / 2)