From c1189541c54795cf99844aa4c1a5c3f034bc13be Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 13 Jun 2013 17:36:37 +0200 Subject: Doc: fixed issues in the Qt Quick app tutorial Added missing spaces, fixed a link to Qt 5 docs, and added a missing line of example code. Change-Id: Ic7305aa6b44b7b9edf33a6828d965ab84289e353 Reviewed-by: Leena Miettinen --- doc/examples/transitions/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples') diff --git a/doc/examples/transitions/main.qml b/doc/examples/transitions/main.qml index b87a998e79c..cb76cc8d008 100644 --- a/doc/examples/transitions/main.qml +++ b/doc/examples/transitions/main.qml @@ -105,6 +105,7 @@ Rectangle { Transition { from: "*"; to: "State1" NumberAnimation { + easing.type: Easing.OutBounce properties: "x,y"; duration: 1000 } -- cgit v1.2.3