Class: DelayedAnimation

DelayedAnimation

new DelayedAnimation(animation, delay)

TA.Animation object that delays the animation
Parameters:
Name Type Description
animation TA.Animation animation to execute
delay Integer delay in milliseconds
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: