Class: ParallelAnimation

ParallelAnimation

new ParallelAnimation(animations)

A TA.Animation object that executes multiple animations in parallel Keep in mind that some animation libraries need extra parameter to allow parallel animation execution
Parameters:
Name Type Description
animations Array.<TA.Animation> array of TA.Animation objects
Source:

Methods

addAnimation(animation)

adds another animation to the queue
Parameters:
Name Type Description
animation TA.Animation the animation to add
Source:

start()

Source: