aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/pathanimation/pathanimation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/pathanimation/pathanimation.qml')
-rw-r--r--examples/quick/animation/pathanimation/pathanimation.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/animation/pathanimation/pathanimation.qml b/examples/quick/animation/pathanimation/pathanimation.qml
index f995218c6c..06c0b86970 100644
--- a/examples/quick/animation/pathanimation/pathanimation.qml
+++ b/examples/quick/animation/pathanimation/pathanimation.qml
@@ -64,6 +64,7 @@ Rectangle {
loops: -1
PauseAnimation { duration: 1000 }
+ //! [0]
PathAnimation {
id: pathAnim
@@ -87,6 +88,7 @@ Rectangle {
onChanged: canvas.requestPaint()
}
}
+ //! [0]
}
Rectangle {