summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2010-04-27 00:35:48 (GMT)
committerPeter Yard <peter.yard@nokia.com>2010-04-27 00:35:48 (GMT)
commit4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66 (patch)
tree567204d6fe4aa654c6cb6a132309ff7d98e359c0 /examples
parentcc52a813b396f8c4726d4c889bc391c015d36d11 (diff)
downloadQt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.zip
Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.gz
Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.bz2
Docs Changes to start page. Minor change to Elements doc. See also added to some elements docs.
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/animations/easing.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/animations/easing.qml b/examples/declarative/animations/easing.qml
index bed4b5f9..b0f9669 100644
--- a/examples/declarative/animations/easing.qml
+++ b/examples/declarative/animations/easing.qml
@@ -79,10 +79,10 @@ Rectangle {
}
transitions: Transition {
- ParallelAnimation {
+ // ParallelAnimation {
NumberAnimation { properties: "x"; easing.type: type; duration: 1000 }
ColorAnimation { properties: "color"; easing.type: type; duration: 1000 }
- }
+ // }
}
}
}