summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/animation.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-17 09:28:49 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-17 09:29:51 (GMT)
commit9c080688f49c19c362d3f69f7d1762521efc045f (patch)
tree7cc063a17c0887d6c4c74cd6a5ac8a2a20b447df /doc/src/declarative/animation.qdoc
parente91a42b7dfe9805e4025467f81af9ec713e0904b (diff)
downloadQt-9c080688f49c19c362d3f69f7d1762521efc045f.zip
Qt-9c080688f49c19c362d3f69f7d1762521efc045f.tar.gz
Qt-9c080688f49c19c362d3f69f7d1762521efc045f.tar.bz2
Removed section names and added a link to Qt Quick page.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r--doc/src/declarative/animation.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc
index bd6813c..7247e73 100644
--- a/doc/src/declarative/animation.qdoc
+++ b/doc/src/declarative/animation.qdoc
@@ -59,8 +59,6 @@ Elements that animate properties based on data types
\o \l {AnchorAnimation} - Animates anchor changes
\endlist
-\section1 Overview
-
In QML, animations are created by applying animation elements to property
values. Animation elements will interpolate property values to create smooth
transitions. As well, state transitions may assign animations to state changes.