Trigger Animation Tile#
A Tile that starts the animation process.
Description#
Description
- Will start the Animation
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)