WoW:UIOBJECT AnimationGroup: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{widget|AnimationGroup}} This manages playback, order, and looping of its child Animations. Animations in a group will play in ascending order according to their order field...")
 
m (Move page script moved page UIOBJECT AnimationGroup to WoW:UIOBJECT AnimationGroup without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

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)