aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-02-14 16:40:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-14 08:50:57 +0100
commit58d85747964473a71ca5339d296d6870f0871b0c (patch)
tree53b776462f2f7653f337ff2cdaf3168c9d1b8d35 /doc
parentbef10b17832cb493b2bc09fb21f94a2dc6a1310c (diff)
Add new animation elements to element list.
Change-Id: I714555e1255c0190619f313fc26f532f3b6f4c38 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/elements.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 6dc403a701..7146edba2f 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -131,6 +131,13 @@ Elements that animate properties based on data types
\o \l {RotationAnimation} - Animates rotations
\o \l {ParentAnimation} - Animates parent changes
\o \l {AnchorAnimation} - Animates anchor changes
+\o \l {PathAnimation} - Animates position along a path
+\endlist
+
+Elements that provide lower-level animation control
+\list
+\o \l {PathInterpolator} - Allows manual animation along a path
+\o \l {AnimationController} - Allows manual control of animation progress
\endlist
\section1 Models and Data Handling