hyTags
HomeHome DocumentationDocumentation

function-delay

Delays execution for the specified number of seconds.
Parameter
Type
Description
seconds
Number
Number of seconds to delay
return
void
Void
Test Case:Delay execution
    <div></div>
    
    <function-delay seconds="0.01">
    
    👆 Try to change something!
  • Test succeeded Test failed