summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/easing.qdoc
blob: c9f8752b93760582be4a4083fc9db9fd26cb08d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example animation/easing
    \title Easing Curves Example

    \brief The Easing Curves example shows how to use easing curves to
    control the speed of an animation.

    \image easing-example.png

    See \l QEasingCurve for a detailed description on how to use the class's
    functionalities.

*/