DefaultNumberAnimation QML Type

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

Since: Qt 5.11
Inherits:

NumberAnimation

Detailed Description

The DefaultNumberAnimation describes the default number animation being used in Neptune 3.

Example Usage

The following example shows how to use DefaultNumberAnimation:

import QtQuick 2.10
import shared.animations 1.0

Rectangle {
    id: root

    width: 80
    height: 80

    Behavior on width { DefaultNumberAnimation {} }
}

© 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.