Skip to content

Trigger Animation Tile#


alt text A Tile that starts the animation process.

Description#

Description

Inputs#

Animation#

Info
  • Type
    Accepted types: Animations
    
  • Usage
    Wire the Animation.
    

Widget to animate#

Info
  • Type
    Accepted types: Widgets
    
  • Usage
    Wire the widget that needs to be animated.
    

Output#

Start Animation#

Info
  • Return
    None
    
  • Usage
    Triggers the Animation.
    

Real Signature#

Signature

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