Class: RepeatAnimation

RepeatAnimation

new RepeatAnimation(count, animation)

TA.Animation object that repeats the animation count number times
Parameters:
Name Type Description
count Integer number of times to repeat the animation
animation TA.Animation the animation to repeat
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: