Skip to main content

Delay

Description:

  Creates a definition for an action that makes a delay in the animation timeline.

Signature:

Delay: function(duration: number): ActionDef

Parameters:

ParameterTypeDescription
durationnumberThe duration of the delay in seconds.

Returns:

Return TypeDescription
ActionDefAn ActionDef object that represents a delay in the animation timeline.