summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/animation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/animation.qdoc')
-rw-r--r--doc/src/declarative/animation.qdoc8
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