Node ActionsDelayDelay Description: Creates a definition for an action that makes a delay in the animation timeline. Signature: Delay: function(duration: number): ActionDef Parameters: ParameterTypeDescriptiondurationnumberThe duration of the delay in seconds. Returns: Return TypeDescriptionActionDefAn ActionDef object that represents a delay in the animation timeline.