summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/easing/easing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/animation/easing/easing.qml')
-rw-r--r--examples/declarative/animation/easing/easing.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/animation/easing/easing.qml b/examples/declarative/animation/easing/easing.qml
index 939d43b..6d30cf4 100644
--- a/examples/declarative/animation/easing/easing.qml
+++ b/examples/declarative/animation/easing/easing.qml
@@ -36,7 +36,7 @@ Rectangle {
ListElement { name: "Easing.InOutCirc"; type: Easing.InOutCirc; ballColor: "RosyBrown" }
ListElement { name: "Easing.OutInCirc"; type: Easing.OutInCirc; ballColor: "SandyBrown" }
ListElement { name: "Easing.InElastic"; type: Easing.InElastic; ballColor: "DarkGoldenRod" }
- ListElement { name: "Easing.InElastic"; type: Easing.OutElastic; ballColor: "Chocolate" }
+ ListElement { name: "Easing.OutElastic"; type: Easing.OutElastic; ballColor: "Chocolate" }
ListElement { name: "Easing.InOutElastic"; type: Easing.InOutElastic; ballColor: "SaddleBrown" }
ListElement { name: "Easing.OutInElastic"; type: Easing.OutInElastic; ballColor: "Brown" }
ListElement { name: "Easing.InBack"; type: Easing.InBack; ballColor: "Maroon" }