Difference between revisions of "LGUI2:AnimationType:composite"

From Lavish Software Wiki
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...")
 
 
Line 5: Line 5:
  
 
== Animation properties ==
 
== Animation properties ==
 +
; A composite Animation uses these properties in addition to those defined by [[LGUI2:Animation|Animation]]
 +
 
{| border="1" style="border-collapse:collapse" cellpadding="5"
 
{| border="1" style="border-collapse:collapse" cellpadding="5"
 
!colspan="2"|Animation properties for "composite"
 
!colspan="2"|Animation properties for "composite"

Latest revision as of 03:13, 16 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

A composite Animation uses these properties in addition to those defined by Animation
Animation properties for "composite"
animations A JSON Array of Animations!


Examples

LavishGUI 2 Animation Types

Basic Animations
fade - slide - value
Utilities
chain - composite - delay - random - repeat