Skip to content

Animation Argument Tile#


alt text A Tile that returns the animations properties to the Animation Tile

Description#

Description

Inputs#

Property to animate#

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

Property after animation#

Info
  • Type
    Accepted types: Numeric value.
    
    Accepted types: Integer, Floating Point
    
  • Usage
    This will determine how the widget will be animated.
    

Next Argument#

Info
  • Type
    Accepted types: Animation Argument Tile
    
  • Usage
    Set the next argument.
    

Outputs#

Get Arguments#

Info
  • Return
    Argument
    
  • Usage
    Will return the Argument.
    

Real Signature#

Signature

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