blob: 730f5c16da1886704385888023f659bebdb7c1ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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
\examplecategory {Graphics}
\brief The Easing Curves example shows how to use easing curves to
control the speed of an animation.
\image easing-example.png
{Application that applies different easing curves to an animation}
See \l QEasingCurve for a detailed description on how to use the class's
functionalities.
*/
|