Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmlanimation.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule Qt.labs.animation
6 \title Qt Quick experimental animation types
7 \ingroup qmlmodules
8 \brief Provides QML experimental types for animation
9 \since 5.14
10
11 This QML module contains experimental QML types related to animation.
12
13 To use the types in this module, import the module with the following line:
14
15 \code
16 import Qt.labs.animation
17 \endcode
18*/