Interface: BaseComposition

BaseComposition

Interface for general TA.Compositions
Source:

Methods

getName() → {String}

Returns the name of the object
Source:
Returns:
Type
String

register(obj)

Register a TA.BaseObject in this composition
Parameters:
Name Type Description
obj TA.BaseObject
Source:

startIn(completeopt)

Starts the "in" Animation
Parameters:
Name Type Attributes Description
complete function <optional>
function to be called once all animations are finished
Source:

startOut(completeopt)

Starts the "out" Animation
Parameters:
Name Type Attributes Description
complete function <optional>
function to be called once all animations are finished
Source: