AnimationGroup QML Type

A type grouping animations together. More...

Import Statement: import Qt3D.Animation 2.3
Since: Qt 5.9

Properties

Detailed Description

AnimationGroup type is used to group multiple animations so that they can act as one animation. The position set to the group is also set to all animations in a group. The duration is the maximum of the individual animations. The animations can be any supported animation type and do not have to have the same name.

Property Documentation

animations : list<AbstractAnimation>

Holds the list of animations in the animation group.


[read-only] duration : real

Holds the maximum duration of the animations in the group.


name : string

Holds the name of the animation group.


position : real

Holds the animation position.


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