aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/states/transitions.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/states/transitions.qml')
-rw-r--r--examples/quick/animation/states/transitions.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/animation/states/transitions.qml b/examples/quick/animation/states/transitions.qml
index d57924d6d2..bfc4057b97 100644
--- a/examples/quick/animation/states/transitions.qml
+++ b/examples/quick/animation/states/transitions.qml
@@ -105,6 +105,7 @@ Rectangle {
}
]
+ // ![0]
// Transitions define how the properties change when the item moves between each state
transitions: [
@@ -126,5 +127,6 @@ Rectangle {
Transition {
NumberAnimation { properties: "x,y"; duration: 200 }
}
+ // ![0]
]
}