A type grouping animations together. More...
| Import Statement: | import Qt3D.Animation 2.9
|
| Status: | Deprecated |
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.
animations : list<AbstractAnimation>
Holds the list of animations in the animation group.
duration : real [read-only]
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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-qt3d-animation-animationgroup.html