Canvas Animation Library
 

ma Library Method

Short Description: Returns an animation set with single transition

Signature: taccgl.ma (el[,k])
Class: taccgl Class
 

Returns an animation set object containing a single transition. This transition is newly created using the a method.

By specifying parameter k a kind (see ) can be assigned to the transition created.

Examples

var a=taccgl.ma("pgMiddleColumnTable").paint().to (0,0,0).start();
RUN
Next Page:taccgl.mClass - Returns an animation set with all elements of a class
Previous Page: taccgl.mEmpty - Returns an empty animation set