aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/doc
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-09-30 15:33:57 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-03 16:18:44 +0200
commitfcde8e7f6c7d65cde066bc5f6f06726ce33cb609 (patch)
treea06bb003cfc8c696702a1e033cea915ae6db9026 /examples/quick/animation/doc
parent661e624121004dd73467300e467aacae6d8d2f66 (diff)
Animator overview docs and example.
Change-Id: If0852e48dbbfea4fadca9c897ea0e62393763055 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/quick/animation/doc')
-rw-r--r--examples/quick/animation/doc/src/animation.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quick/animation/doc/src/animation.qdoc b/examples/quick/animation/doc/src/animation.qdoc
index 734b1af118..34a1eeb488 100644
--- a/examples/quick/animation/doc/src/animation.qdoc
+++ b/examples/quick/animation/doc/src/animation.qdoc
@@ -41,6 +41,9 @@
PropertyAnimation demonstrates using a number animation to bounce a circle up and down.
\snippet animation/basics/property-animation.qml 0
+ Animators demonstrates using a animators to bounce an icon up and down.
+ \snippet animation/basics/animators.qml 0
+
Behaviors demonstrates using behaviors to animate moving a rectangle to whereever you click.
\snippet animation/behaviors/behavior-example.qml 0