aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/animation/doc/src/qmlanimation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/animation/doc/src/qmlanimation.qdoc')
-rw-r--r--src/labs/animation/doc/src/qmlanimation.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/labs/animation/doc/src/qmlanimation.qdoc b/src/labs/animation/doc/src/qmlanimation.qdoc
new file mode 100644
index 0000000000..f02ed99f0c
--- /dev/null
+++ b/src/labs/animation/doc/src/qmlanimation.qdoc
@@ -0,0 +1,18 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \qmlmodule Qt.labs.animation
+ \title Qt Quick experimental animation types
+ \ingroup qmlmodules
+ \brief Provides QML experimental types for animation
+ \since 5.14
+
+ This QML module contains experimental QML types related to animation.
+
+ To use the types in this module, import the module with the following line:
+
+ \code
+ import Qt.labs.animation
+ \endcode
+*/