aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/animation/doc/src/qmlanimation.qdoc
blob: f02ed99f0ca4a6690a52f4a7317e32db11bb4a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
*/