HTML5 Canvas 3D WebGL (TM) js Library
 

absStartTime Library Method

Short Description: Set absolute start time of transition

Signature: t.absStartTime (basetime)
Group: Control
Class: transition Class
 

Gives the time in seconds when the transition will be started. Time zero is 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.duration - Set duration of transition
Previous Page: transition.startTime - Set start time of transition