AnimationGroup QML Type▲
-
Import Statement: import Qt3D.Animation 2.5
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.