diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 17:00:38 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 17:00:38 (GMT) |
commit | 234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6 (patch) | |
tree | e0ba7bd53d47d60ea097a204a0e4da1daef3e5cf /doc/src/examples | |
parent | 1e517bba5fa42a8e3c573966170399573ecf0ff0 (diff) | |
download | Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.zip Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.gz Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.bz2 |
Split behavior and wigglytext examples
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index f83a8fa..f8c59f3 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -66,6 +66,15 @@ */ /*! + \title Animation: Wiggly Text Example + \example declarative/animation/behaviors/wigglytext + \depends helper/qmlapplicationviewer + + \brief This example shows how to animate text. + +*/ + +/*! \title Animation: Easing Example \example declarative/animation/easing \depends helper/qmlapplicationviewer |