Class: BackgroundAnimation

BackgroundAnimation

new BackgroundAnimation(animation)

TA.Animation object that starts the animation in the background and completes instantly
Parameters:
Name Type Description
animation TA.Animation the animation to start in the background
Implements:
Source:

Methods

start(obj, completeopt)

Starts the animation
Parameters:
Name Type Attributes Description
obj TA.Object the TA.Object to apply the Animation to
complete function <optional>
function to be called when the animation is finished
Implements:
Source: