diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-07 07:56:09 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-07 07:56:09 (GMT) |
commit | 68573410fb50d95a6ce27cd001d2e140b0b4aedd (patch) | |
tree | 21b42e66d20123049cce74a52c8ec5003c19e049 /doc/src/declarative/animation.qdoc | |
parent | 84bb66942c1409513f01818a27ca184b26a8df02 (diff) | |
download | Qt-68573410fb50d95a6ce27cd001d2e140b0b4aedd.zip Qt-68573410fb50d95a6ce27cd001d2e140b0b4aedd.tar.gz Qt-68573410fb50d95a6ce27cd001d2e140b0b4aedd.tar.bz2 |
doc cleanup
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r-- | doc/src/declarative/animation.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc index 9554ad5..21263c1 100644 --- a/doc/src/declarative/animation.qdoc +++ b/doc/src/declarative/animation.qdoc @@ -1,10 +1,10 @@ -/*! +/*! \page qmlanimation.html \target qmlanimation \title QML Animation -QML supports three different forms of animation - basic property animation, -states and transitions and property behaviors. +QML supports three different forms of animation - basic property animation, +states and transitions and property behaviors. \section1 Property Animation @@ -122,7 +122,7 @@ QML transitions can use selectors to determine which state changes a transition \code Transition { from: "*" - to: "Details" + to: "details" ... } \endcode |