cont Library Method
Short Description: Create new continuing transition
Signature: m.cont ()
Class: taccglMulti Class
Applies the cont function to each transition in the current set
and returns a new set containing the new transitions created by calling these functions.
Examples
var m=taccgl.mTagName("a").paint().bgColor("red").to(0,0,0).hide().start(); var n=m.cont().flyHome(). bgColor("red"). visAtEnd().start(); | RUN |
WebGL™ is a trademark of the Khronos Group Inc.
|