Animation Tile#
A Tile that animates widgets.
Description#
Description
- Animates the widget that is being wired to the Animation Argument Tile
- It requires a Transition function, but it defaults to Linear if none are attached.
- The animation lasts as long as it is set on the Duration of the Animation input, but it also defaults to one second if nothing is wired.
- The Is in progress output returns true if the animation is taking place.
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 1Accepted 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)