AbstractAnimation QML Type

An abstract base type for Qt3D animations. More...

Import Statement: import Qt3D.Animation 2.15
Since: Qt 5.9
Instantiates: QAbstractAnimation
Inherited By:

KeyframeAnimation, MorphingAnimation, and VertexBlendAnimation

Properties

Detailed Description

AbstractAnimation is an abstract base type for all animations. AbstractAnimation can not be directly instantiated, but rather through its subtypes. AbstractAnimation specifies common properties for all Qt3D animations, such as animation type, current position and animation duration, while leaving the actual animating for the subtypes.

Property Documentation

animationName : string

Holds the name of the animation.


animationType : enumeration

Holds the type of the animation.


duration : real

Holds the duration of the animation.


position : real

Holds the current position of the animation.


© 2023 The Qt Company Ltd. 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.