Animation Argument Tile#
A Tile that returns the animations properties to the Animation Tile
Description#
Description
- Animates the widget that is being wired to the Property to animate
- Wire the Get Arguments output to the Arguments input in order to animate.
- The Animation Argument and Animation Tiles are codependent.
- For multiple arguments wire another Animation Argument to the Next Argument.
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)