summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animations/easing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/animations/easing.qml')
-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 }
- }
+ // }
}
}
}