Skip to content

Animation Tile#


alt text A Tile that animates widgets.

Description#

Description

Inputs#

Arguments#

Info
  • Type
    Accepted types: Animation Argument Tile
    
  • Usage
    Assign the Animation Argument
    

Transition function#

Info
  • Type
    Accepted types: Animation Draw Functions Tile
    
  • Usage
    Set the animation function using the Animation Draw Function Tile.
    
    Will default to LInear if nothing is attached.
    

Duration of the animation#

Info
  • Type
    Numeric value defaults to 1
    
    Accepted types: Integer, Floating Point
    
  • Usage
    Set the duration of the Animation
    

Outputs#

Get Animation#

Info
  • Return
    Animation
    
  • Usage
    Will return the Animation.
    

Is in progress#

Info
  • Return
    Boolean value
    
  • Usage
    If an animation is in process it will return true, false otherwise.
    

Real Signature#

Signature

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