Difference between revisions of "LGUI2:AnimationType:composite"
Jump to navigation
Jump to search
(Created page with "The composite Animation Type allows a set of Animations to be performed all at once (simultaneously). The composite Animation ru...") |
(No difference)
|
Revision as of 17:01, 15 November 2018
The composite Animation Type allows a set of Animations to be performed all at once (simultaneously).
The composite Animation runs until all of the specified Animations complete (if they complete). Stopping a composite Animation also Stops all of the specified Animations.
Animation properties
Animation properties for "composite" | |
---|---|
animations | A JSON Array of Animations! |
Examples
LavishGUI 2 Animation Types