DefaultSmoothedAnimation QML Type

The default smoothed animation of a Neptune 3 application. More...

Since: Qt 5.11
Inherits:

SmoothedAnimation

Detailed Description

The DefaultSmoothedAnimation describes the default smoothed animation being used in Neptune 3.

Example Usage

The following example shows how to use DefaultSmoothedAnimation:

import QtQuick 2.10
import shared.animations 1.0

Rectangle {
    id: root

    width: 80
    height: 80

    Behavior on width { DefaultSmoothedAnimation {} }
}

© 2018 Pelagicore AG. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.