aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickitemanimation.cpp')
-rw-r--r--src/quick/items/qquickitemanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickitemanimation.cpp b/src/quick/items/qquickitemanimation.cpp
index 9c8dae2e07..dd8254d748 100644
--- a/src/quick/items/qquickitemanimation.cpp
+++ b/src/quick/items/qquickitemanimation.cpp
@@ -85,7 +85,7 @@ QT_BEGIN_NAMESPACE
This can be overridden by setting a specific target item using the
\l target property.
- Like any other animation element, a ParentAnimation can be applied in a
+ Like any other animation type, a ParentAnimation can be applied in a
number of ways, including transitions, behaviors and property value
sources. The \l {QML Animation and Transitions} documentation shows a
variety of methods for creating animations.
@@ -432,7 +432,7 @@ QAbstractAnimationJob* QQuickParentAnimation::transition(QQuickStateActions &act
This can be overridden by setting a specific target item using the
\l target property.
- Like any other animation element, an AnchorAnimation can be applied in a
+ Like any other animation type, an AnchorAnimation can be applied in a
number of ways, including transitions, behaviors and property value
sources. The \l {QML Animation and Transitions} documentation shows a
variety of methods for creating animations.