Interface: BaseObject

BaseObject

Interface for general TA.Objects
Source:

Methods

getElement() → {Object}

Returns the DOM object
Source:
Returns:
Type
Object

getName() → {String}

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

start(name, completeopt)

Starts the name Animation
Parameters:
Name Type Attributes Description
name String name of animation to start
complete function <optional>
function to be called once all animations are finished
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: