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