HTML5 Canvas 3D WebGL (TM) javaScript Library
 

startTime Library Method

Short Description: Set start time of transition

Signature: t.startTime ([basetime])
Group: Control
Class: transition Class
 

Gives the time in seconds when the transition will be started. Basetime zero is the default and means now (if the animation is running already) or the time when the main taccgl™-Animation is started using start.

One of startTime or absStartTime may be used no more than once. Both functions are identical, as long as the main animation is not running yet. While the main animation is running a transition can be added and in that situation startTime measures the time from the current time when startTime is called while absStartTime measures the time from the time the main animation was started.

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:transition.absStartTime - Set absolute start time of transition
Previous Page: Control