Add new animation elements to element list.
authorMichael Brasser <michael.brasser@nokia.com>
Tue, 14 Feb 2012 06:40:42 +0000 (16:40 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 14 Feb 2012 07:50:57 +0000 (08:50 +0100)
Change-Id: I714555e1255c0190619f313fc26f532f3b6f4c38
Reviewed-by: Bea Lam <bea.lam@nokia.com>
doc/src/declarative/elements.qdoc

index 6dc403a..7146edb 100644 (file)
@@ -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