Show contents 

Working with Graphic Elements > Classes > Timeline > Timeline.beginUpdate

Timeline.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables timeline rerendering until the endUpdate method is invoked.

Example

The example of method use is given in description of the TimeLine.removeTick method.

See also:

Timeline