aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/statesanimations/animations.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/concepts/statesanimations/animations.qdoc')
-rw-r--r--src/quick/doc/src/concepts/statesanimations/animations.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/doc/src/concepts/statesanimations/animations.qdoc b/src/quick/doc/src/concepts/statesanimations/animations.qdoc
index 5867fe9585..b2998e3b75 100644
--- a/src/quick/doc/src/concepts/statesanimations/animations.qdoc
+++ b/src/quick/doc/src/concepts/statesanimations/animations.qdoc
@@ -34,7 +34,7 @@
\section1 Animation and Transitions Types
\list
-\li \l {Transition} - Animates transitions during state changes
+\li \l [QML] {Transition} - Animates transitions during state changes
\li \l {SequentialAnimation} - Runs animations sequentially
\li \l {ParallelAnimation} - Runs animations in parallel
\li \l {Behavior} - Specifies a default animation for property changes
@@ -145,9 +145,9 @@ values.
abrupt property changes; animations smooth transitions to produce visually
appealing state changes.
-The \l{Transition} type can contain animation types to interpolate property changes
-caused by state changes. To assign the transition to an object, bind it to the
-\c transitions property.
+The \l [QML] {Transition} type can contain animation types to interpolate
+property changes caused by state changes. To assign the transition to an object,
+bind it to the \c transitions property.
A button might have two states, the \c pressed state when the user clicks on the
button and a \c released state when the user releases the button. We can assign