a Library Method
Short Description: Create new transition starting after current transition
Signature: t.a (el,k)
Group: Control
Class: transition Class
Has the same function as the a method of the taccgl object
and in addition sets the starting time of the new transition
to the end time of the current step, i.e. the new
transition starts immediately after the current one.
var a=taccgl.actor("testimg").to (200,500,0).start(); var b= a.a("pgMiddleColumnTable").paint().to (1000,500,0).start(); var c= b.cont().flyHome().start(); | RUN |
WebGL™ is a trademark of the Khronos Group Inc.
|