Skip to content

Sequence Animations Tile#


alt text This tile will trigger multiple animations in sequence.

Description#

Description

  • Get all Animations that are wired to it.
  • By default this Tile provides 5 Animation slots.
  • Multiple Sequence Animations can be interconnected for additional slots.
  • The animations that are wired to it will trigger one after another.

Inputs#

Animation#

Info
  • Type
    Animations
    
  • Usage
    Will return an animation
    

Output#

Get Animation#

Info
  • Return
    Animation
    
  • Usage
    Will return the Animation.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)