summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/animation.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-17 20:37:06 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-17 20:37:06 (GMT)
commitc164a5be25cb8bd70235571169b66af2fc6a8cbd (patch)
treec24a3e0f254b48bd934e52e742461a2c6112955e /doc/src/declarative/animation.qdoc
parent3d41e0101c04625669dda6d1059b8dba53129a13 (diff)
downloadQt-c164a5be25cb8bd70235571169b66af2fc6a8cbd.zip
Qt-c164a5be25cb8bd70235571169b66af2fc6a8cbd.tar.gz
Qt-c164a5be25cb8bd70235571169b66af2fc6a8cbd.tar.bz2
Doc: Fixed links and whitespace.
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r--doc/src/declarative/animation.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc
index 7247e73..129fa34 100644
--- a/doc/src/declarative/animation.qdoc
+++ b/doc/src/declarative/animation.qdoc
@@ -155,7 +155,7 @@ sequence or in parallel.
A banner component may have several icons or slogans to display, one after the
other. The \c opacity property could transform to \c 1.0 denoting an opaque
object. Using the \l{SequentialAnimation} element, the opacity animations will
-play after the preceding animation finishes. The \l{ParallelAnimation} element
+play after the preceding animation finishes. The \l{ParallelAnimation} element
will play the animations at the same time.
\snippet doc/src/snippets/declarative/animation.qml sequential animation