Widget: AnimationGroup

Revision as of 04:49, 15 August 2023 by Move page script (talk) (Move page script moved page UIOBJECT AnimationGroup to UIOBJECT AnimationGroup without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Widget API < AnimationGroup

This manages playback, order, and looping of its child Animations. Animations in a group will play in ascending order according to their order fields (accessible via SetOrder and GetOrder). If two or more Animations have the same order value, then they will play simultaneously. The next animation will not play until all Animations with that order value are done. (New in 3.1.0)