HTML5 WebGL (TM) Library
 

busy Property of taccgl

Short Description: Checks if animation is running or waiting

Signature:   a.busy
 

taccgl.busy is a read-only boolean property. If true, either an animation is running or a warning message is shown.

Quite often it is not desired to start another animation or other action, while a current animation is running. Then it is useful to check this property. NOTE however that (1) taccgl™ is well capable of adding futher transitions to a running animation and that (2) usually [in the current version of the library] while running an animation links and buttons of the underlying page are inactive.

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:taccgl.draw_running - Checks if animation is running
Previous Page: taccgl.material - Creates a Material Object